summaryrefslogtreecommitdiffstats
path: root/tests/include/shard_standard.h
Commit message (Collapse)AuthorAgeFilesLines
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-201-3/+3
|
* Updated VPTree to new shard/query interfacesDouglas Rumbaugh2024-02-081-6/+10
|
* Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-071-13/+13
| | | | | | 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.
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-171-4/+4
| | | | | | | | A poorly organized commit with fixes for a variety of bugs that were causing missing records. The core problems all appear to be fixed, though there is an outstanding problem with tombstones not being completely canceled. A very small number are appearing in the wrong order during the static structure test.
* Initial pass at unit test refactoringDouglas Rumbaugh2024-01-121-0/+198
Restructured unit tests to be a bit more modular. I have some further plans to expand on this, particular for the query tests (including both shard and framework level test functions that can be injected at will).