summaryrefslogtreecommitdiffstats
path: root/tests/include/rangecount.h
Commit message (Collapse)AuthorAgeFilesLines
* Properly implemented support for iteratively decomposable problemsDouglas Rumbaugh2024-04-191-1/+2
|
* Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-151-13/+5
| | | | Note: this requires the caller to manage the memory of the strings
* Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-071-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 interfaceDouglas Rumbaugh2024-02-071-13/+13
|
* Set up tombstone deletes properlyDouglas Rumbaugh2024-02-051-5/+9
|
* Added RangeCount queryDouglas Rumbaugh2024-01-221-0/+155