summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few Triespline related bugsDouglas Rumbaugh2025-01-072-31/+21
* Began migrating benchmarks over to new interfaceDouglas Rumbaugh2024-12-231-2/+2
* More updatesDouglas B. Rumbaugh2024-12-223-6/+6
* Continued developmentDouglas B. Rumbaugh2024-12-2218-145/+186
* Began overhauling reconstruction mechanismDouglas B. Rumbaugh2024-12-2211-755/+469
* Adjusted query result interfacesHEADmasterDouglas B. Rumbaugh2024-12-069-219/+194
* Warning fixesDouglas B. Rumbaugh2024-12-063-6/+7
* Interface update (#5)Douglas B. Rumbaugh2024-12-0633-4206/+3676
* MTree structure sizeDouglas Rumbaugh2024-05-101-1/+1
* Fixed arithmetic bugDouglas Rumbaugh2024-05-091-1/+1
* TSParmsweep: enabled forcing a full buffer scanDouglas Rumbaugh2024-05-082-2/+14
* Missing file from last commitDouglas Rumbaugh2024-05-061-2/+14
* Added a Bentley-Saxe layout policyDouglas Rumbaugh2024-05-015-11/+104
* Query optimizationsDouglas Rumbaugh2024-05-012-24/+22
* TS+PGM: Inlined manually the sorted array merge for performance reasonsDouglas Rumbaugh2024-04-222-34/+248
* Properly implemented support for iteratively decomposable problemsDouglas Rumbaugh2024-04-199-64/+123
* Fixed some benchmarking bugsDouglas Rumbaugh2024-04-191-1/+1
* Removed debug print statementsDouglas Rumbaugh2024-04-192-4/+0
* PGM Shard: Fully disabled bloom filterDouglas Rumbaugh2024-04-191-1/+0
* More trie baseline testsDouglas Rumbaugh2024-04-191-0/+199
* Benchmark updatesDouglas Rumbaugh2024-04-199-28/+22
* Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-152-13/+22
* Missed file from last commitDouglas Rumbaugh2024-04-151-1/+1
* stuffDouglas Rumbaugh2024-04-111-1/+1
* Updated FSTrie benchmark and some minor fixesDouglas B. Rumbaugh2024-03-262-2/+4
* Updates for build on OpenBSDDouglas B. Rumbaugh2024-03-254-3/+9
* PointLookup: added a point lookup query for unique indexes, and some testsDouglas Rumbaugh2024-03-222-0/+123
* Record.h: Fixed wrapped record conceptDouglas Rumbaugh2024-03-221-3/+3
* PGM.h: fixed an out of bounds array access on point lookup misses.Douglas Rumbaugh2024-03-221-3/+21
* MutableBuffer: added visibility flag to records and refactored timestampDouglas Rumbaugh2024-03-221-1/+5
* FSTrie testing and debuggingDouglas Rumbaugh2024-03-221-101/+20
* Record.h: Removed manual constructor and adjusted wrapped header fieldsDouglas Rumbaugh2024-03-221-10/+26
* Disabled lookahead for paper revisionDouglas Rumbaugh2024-03-221-1/+1
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-203-15/+41
* FST Shard w/ testsDouglas Rumbaugh2024-03-191-0/+266
* VPTree: precalculate distances to make construction more efficientDouglas B. Rumbaugh2024-02-211-19/+30
* ExtensionStructure: first basic test of lookahead task stealingDouglas Rumbaugh2024-02-122-1/+14
* ExtensionStructure: Added simulated reconstruction lookaheadDouglas Rumbaugh2024-02-121-28/+88
* MutableBuffer: Allow hwm to equal lwmDouglas Rumbaugh2024-02-121-1/+1
* Refactored Reconstruction TasksDouglas Rumbaugh2024-02-125-20/+77
* Added structure state vector w/ scratch version for reconstructionDouglas Rumbaugh2024-02-121-55/+89
* Removed centralized version structureDouglas Rumbaugh2024-02-092-35/+8
* Framework: Fixed a bug where tagged deletes didn't release the epochDouglas Rumbaugh2024-02-091-2/+17
* Comment updates/fixesDouglas Rumbaugh2024-02-0923-103/+223
* Updated VPTree to new shard/query interfacesDouglas Rumbaugh2024-02-084-235/+228
* Added compiler fence to block reorderingDouglas Rumbaugh2024-02-081-0/+6
* Fixed a slight synchronization bug in Epoch retirement "properly"Douglas Rumbaugh2024-02-081-10/+27
* Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-077-529/+357
* Fully realized shard concept interfaceDouglas Rumbaugh2024-02-0714-40/+33
* Fully implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-0711-52/+44