| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 1 | -13/+5 |
| | | | | | Note: this requires the caller to manage the memory of the strings | ||||
| * | Cleaned up shard files (except VPTree) | Douglas Rumbaugh | 2024-02-07 | 1 | -27/+30 |
| | | | | | | | 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 | 1 | -13/+13 |
| | | |||||
| * | Set up tombstone deletes properly | Douglas Rumbaugh | 2024-02-05 | 1 | -5/+9 |
| | | |||||
| * | Added RangeCount query | Douglas Rumbaugh | 2024-01-22 | 1 | -0/+155 |