summaryrefslogtreecommitdiffstats
path: root/tests/testing.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrated over to using psudb-common utilities/headersDouglas Rumbaugh2023-08-241-3/+3
|
* Cosine Similarity TypeDouglas Rumbaugh2023-07-241-1/+1
|
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-131-5/+26
| | | | | | Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine.
* Interface adjustmentsDouglas Rumbaugh2023-06-071-5/+5
| | | | | | 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-0/+21
|
* Test refactoring: pulled record stripping function to testing.hDouglas Rumbaugh2023-06-051-0/+11
|
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-291-6/+2
|
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-291-9/+7
|
* Record format generalizationDouglas Rumbaugh2023-05-151-46/+53
| | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working.
* Ported over IRS with unit testsDouglas Rumbaugh2023-05-091-11/+16
|
* Header updateDouglas Rumbaugh2023-05-091-1/+7
|
* MutableBuffer tests and bugfixesDouglas Rumbaugh2023-05-091-0/+153