summaryrefslogtreecommitdiffstats
path: root/tests/pgm_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-071-316/+9
| | | | | | 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.
* Comment and License updatesDouglas Rumbaugh2023-11-071-1/+1
|
* Refactoring progressDouglas Rumbaugh2023-11-061-16/+17
|
* Expanded query interfaceDouglas Rumbaugh2023-07-271-3/+3
| | | | | Query interface now enables skipping of delete processing and stopping query processing when first match is found.
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-171-1/+1
| | | | | This is necessary for KNN, but it unused for all currently implemented query types.
* Fixed query errorsDouglas Rumbaugh2023-07-031-7/+48
|
* PGM Tests: added proper testing for query mergingDouglas Rumbaugh2023-07-031-1/+45
|
* 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-0/+59
|
* PGM-based shardDouglas Rumbaugh2023-06-051-0/+217