| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 7 | -98/+61 |
| | | | | | Note: this requires the caller to manage the memory of the strings | ||||
| * | PointLookup: added a point lookup query for unique indexes, and some tests | Douglas Rumbaugh | 2024-03-22 | 1 | -0/+111 |
| | | |||||
| * | Concurrent Extension test cleanup/minor tweaks | Douglas Rumbaugh | 2024-03-22 | 1 | -8/+1 |
| | | |||||
| * | FSTrie testing and debugging | Douglas Rumbaugh | 2024-03-22 | 2 | -8/+6 |
| | | |||||
| * | Updates/progress towards succinct trie support | Douglas Rumbaugh | 2024-03-20 | 3 | -10/+223 |
| | | |||||
| * | Framework: Fixed a bug where tagged deletes didn't release the epoch | Douglas Rumbaugh | 2024-02-09 | 1 | -8/+10 |
| | | |||||
| * | Updated VPTree to new shard/query interfaces | Douglas Rumbaugh | 2024-02-08 | 2 | -39/+36 |
| | | |||||
| * | Cleaned up shard files (except VPTree) | Douglas Rumbaugh | 2024-02-07 | 7 | -107/+437 |
| | | | | | | | Cleaned up shard implementations, fixed a few bugs, and set up some tests. There's still some work to be done in creating tests for the weighted sampling operations for the alias and aug btree shards. | ||||
| * | Fully realized shard concept interface | Douglas Rumbaugh | 2024-02-07 | 2 | -26/+26 |
| | | |||||
| * | Fully implemented Query concept and adjusted queries to use it | Douglas Rumbaugh | 2024-02-07 | 1 | -3/+4 |
| | | |||||
| * | Set up tombstone deletes properly | Douglas Rumbaugh | 2024-02-05 | 2 | -13/+20 |
| | | |||||
| * | TrieSpline + tests | Douglas Rumbaugh | 2024-01-30 | 1 | -6/+6 |
| | | |||||
| * | Added RangeCount query | Douglas Rumbaugh | 2024-01-22 | 1 | -0/+155 |
| | | |||||
| * | Multiple concurrency bug fixes | Douglas Rumbaugh | 2024-01-17 | 3 | -36/+51 |
| | | | | | | | | | A poorly organized commit with fixes for a variety of bugs that were causing missing records. The core problems all appear to be fixed, though there is an outstanding problem with tombstones not being completely canceled. A very small number are appearing in the wrong order during the static structure test. | ||||
| * | Concurrency testing and bug fixes | Douglas B. Rumbaugh | 2024-01-15 | 1 | -0/+379 |
| | | |||||
| * | Initial pass at unit test refactoring | Douglas Rumbaugh | 2024-01-12 | 4 | -0/+936 |
| 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). | |||||