index
:
indexsearch
master
A File Content Indexer Written In Rust
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
only push supported files to processing queue
Nathan Reiner
2023-07-26
*
fix dangling reference on search view
Nathan Reiner
2023-07-26
*
use binary search for vector matching instead of hashmaps
Nathan Reiner
2023-07-26
*
Index::from_file use deserialize_from to save memory
Nathan Reiner
2023-07-26
*
add gtk3 gui
Nathan Reiner
2023-07-26
*
add viewmanager
Nathan Reiner
2023-07-26
*
make it use less ram using packed structs
Nathan Reiner
2023-07-25
*
make fast using hash instead of dictionary
Nathan Reiner
2023-07-14
*
use lower memory
Nathan Reiner
2023-07-13
*
fix zero division bug
Nathan Reiner
2023-07-10
*
add optioal prioritizer on search
Nathan Reiner
2023-07-09
*
add file status and export button
Nathan Reiner
2023-07-09
*
set max parsing theads to 4
Nathan Reiner
2023-07-09
*
introduce some minor optimizations
Nathan Reiner
2023-07-09
*
optimize merge
Nathan Reiner
2023-07-08
*
remove thread id value feature
Nathan Reiner
2023-07-08
*
add multithreading to merge and generate
Nathan Reiner
2023-07-08
*
add merge functionality
Nathan Reiner
2023-07-08
*
remove dead code
Nathan Reiner
2023-07-07
*
add gui
Nathan Reiner
2023-07-07
*
add some documentation to structs
Nathan Reiner
2023-07-06
*
cleanup with clippy
Nathan Reiner
2023-07-06
*
filevector rename to_hex -> to_string
Nathan Reiner
2023-07-06
*
add cli
Nathan Reiner
2023-07-06
*
add extractors for docx, pptx, pdf, etc.
Nathan Reiner
2023-07-06
*
fix progressbar
Nathan Reiner
2023-07-06
*
add filecounter
Nathan Reiner
2023-07-06
*
first sketch of indexer
Nathan Reiner
2023-07-05