summaryrefslogtreecommitdiffstats
path: root/tests/include/concurrent_extension.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-071-20/+20
| | | | | | 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 implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-071-3/+4
|
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-171-19/+35
| | | | | | | | 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.
* Concurrency testing and bug fixesDouglas B. Rumbaugh2024-01-151-0/+379