| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | use binary search for vector matching instead of hashmaps | 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 |
| | | |||
| * | add optioal prioritizer on search | Nathan Reiner | 2023-07-09 |
| | | |||
| * | introduce some minor optimizations | Nathan Reiner | 2023-07-09 |
| | | |||
| * | 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 |
| | | |||
| * | first sketch of indexer | Nathan Reiner | 2023-07-05 |