aboutsummaryrefslogtreecommitdiff
path: root/src/index.rs
Commit message (Expand)AuthorAge
* use binary search for vector matching instead of hashmapsNathan Reiner2023-07-26
* Index::from_file use deserialize_from to save memoryNathan Reiner2023-07-26
* add gtk3 guiNathan Reiner2023-07-26
* make it use less ram using packed structsNathan Reiner2023-07-25
* make fast using hash instead of dictionaryNathan Reiner2023-07-14
* use lower memoryNathan Reiner2023-07-13
* fix zero division bugNathan Reiner2023-07-10
* add optioal prioritizer on searchNathan Reiner2023-07-09
* add file status and export buttonNathan Reiner2023-07-09
* set max parsing theads to 4Nathan Reiner2023-07-09
* introduce some minor optimizationsNathan Reiner2023-07-09
* optimize mergeNathan Reiner2023-07-08
* add multithreading to merge and generateNathan Reiner2023-07-08
* add merge functionalityNathan Reiner2023-07-08
* remove dead codeNathan Reiner2023-07-07
* add guiNathan Reiner2023-07-07
* add some documentation to structsNathan Reiner2023-07-06
* cleanup with clippyNathan Reiner2023-07-06
* filevector rename to_hex -> to_stringNathan Reiner2023-07-06
* add cliNathan Reiner2023-07-06