| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 1 | -49/+33 |
| | | | | | Note: this requires the caller to manage the memory of the strings | ||||
| * | FSTrie testing and debugging | Douglas Rumbaugh | 2024-03-22 | 1 | -3/+3 |
| | | |||||
| * | Updates/progress towards succinct trie support | Douglas Rumbaugh | 2024-03-20 | 1 | -7/+52 |
| | | |||||
| * | Updated VPTree to new shard/query interfaces | Douglas Rumbaugh | 2024-02-08 | 1 | -33/+26 |
| | | |||||
| * | Initial pass at unit test refactoring | Douglas Rumbaugh | 2024-01-12 | 1 | -0/+218 |
| Restructured unit tests to be a bit more modular. I have some further plans to expand on this, particular for the query tests (including both shard and framework level test functions that can be injected at will). | |||||