summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* BufferView: Adjusted BV to avoid repeated modulus operationsDouglas Rumbaugh2024-02-052-15/+48
* Set up tombstone deletes properlyDouglas Rumbaugh2024-02-054-26/+32
* temporary hack to get workingDouglas Rumbaugh2024-01-311-6/+12
* Adjusted epoch transition methodologyDouglas Rumbaugh2024-01-313-152/+120
* More locking!Douglas Rumbaugh2024-01-311-0/+2
* Updated insert query throughput to use IRS queriesDouglas Rumbaugh2024-01-311-7/+11
* Possibly fixed epoch retirement sync errorDouglas Rumbaugh2024-01-311-1/+5
* Insert throughput benchmarkDouglas Rumbaugh2024-01-311-1/+1
* Query/Insert intermix benchmarksDouglas Rumbaugh2024-01-311-3/+4
* Temporary thread affinity for reconstructionDouglas Rumbaugh2024-01-312-1/+33
* TrieSpline + testsDouglas Rumbaugh2024-01-301-61/+90
* Benchmarking updatesDouglas Rumbaugh2024-01-301-6/+23
* DynamicExtension: Fixed reconstruction trigger data raceDouglas Rumbaugh2024-01-241-4/+7
* Adjusted recon_benchmark and properly shutdown FIFOSchedulerDouglas Rumbaugh2024-01-221-0/+1
* FIFOScheduler: added automake wakeupDouglas Rumbaugh2024-01-221-1/+12
* Added RangeCount queryDouglas Rumbaugh2024-01-221-0/+169
* Initial rough-out of internal statistics trackerDouglas Rumbaugh2024-01-196-35/+157
* Multiple concurrency bug fixesDouglas Rumbaugh2024-01-178-143/+130
* Concurrency testing and bug fixesDouglas B. Rumbaugh2024-01-152-7/+24
* Use 16-byte CAS to control buffer headDouglas B. Rumbaugh2024-01-151-61/+59
* Various single-threaded bug fixesDouglas B. Rumbaugh2024-01-154-15/+55
* Initial integration of new buffering scheme into frameworkDouglas Rumbaugh2024-01-128-277/+142
* BufferView.h: Hopefully the last necessary tweak to the move semantics stuffDouglas Rumbaugh2024-01-121-24/+2
* InternalLevel update and testsDouglas Rumbaugh2024-01-112-16/+39
* Ported ISAMTree over to new buffer setupDouglas Rumbaugh2024-01-111-60/+65
* BufferView: enforce move semanticsDouglas Rumbaugh2024-01-111-2/+19
* Fixed some potential buffer-related concurrency bugsDouglas Rumbaugh2024-01-112-57/+94
* MutableBuffer: multithreaded insert test + bugfixesDouglas Rumbaugh2024-01-101-4/+9
* MutableBuffer+View: Implementation with unit testsDouglas Rumbaugh2024-01-102-49/+116
* Initial update of buffer to new specificationsDouglas B. Rumbaugh2024-01-092-152/+62
* DynamicExtension: comments/reorganizationDouglas Rumbaugh2023-12-211-7/+19
* InternalLevel: appending an empty level is a no-opDouglas Rumbaugh2023-12-211-0/+7
* ExtensionStructure: adjusted leveling logic to avoid unneeded copiesDouglas Rumbaugh2023-12-211-5/+14
* Refactoring: corrected a number of names and added more commentsDouglas Rumbaugh2023-12-137-140/+163