summaryrefslogtreecommitdiffstats
path: root/tests/triespline_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TrieSpline + testsDouglas Rumbaugh2024-01-301-234/+8
|
* Comment and License updatesDouglas Rumbaugh2023-11-071-1/+1
|
* Refactoring progressDouglas Rumbaugh2023-11-061-8/+9
|
* triespline tests: added <functional> headerDouglas B. Rumbaugh2023-06-091-0/+2
| | | | | For some reason, this is necessary on some of my machines for the test to build.
* Interface adjustmentsDouglas Rumbaugh2023-06-071-1/+1
| | | | | | Layout and Delete Policies are now specified via template parameters, and rejection sampling has been removed as an argument to the mutable buffer constructor.
* Added TrieSpline and PGM Range queries + tests and bugfixesDouglas Rumbaugh2023-06-051-3/+64
|
* TrieSpline tests+bugfixesDouglas Rumbaugh2023-06-051-0/+217