summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updates for build on OpenBSDDouglas B. Rumbaugh2024-03-258-112/+78
* PointLookup: added a point lookup query for unique indexes, and some testsDouglas Rumbaugh2024-03-224-2/+236
* Concurrent Extension test cleanup/minor tweaksDouglas Rumbaugh2024-03-223-10/+3
* 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
* CMakelists: updatesDouglas Rumbaugh2024-03-221-4/+12
* MutableBuffer: added visibility flag to records and refactored timestampDouglas Rumbaugh2024-03-221-1/+5
* FSTrie testing and debuggingDouglas Rumbaugh2024-03-224-109/+118
* Record.h: Removed manual constructor and adjusted wrapped header fieldsDouglas Rumbaugh2024-03-221-10/+26
* Disabled lookahead for paper revisionDouglas Rumbaugh2024-03-224-1/+7
* Updates/progress towards succinct trie supportDouglas Rumbaugh2024-03-2015-30/+60473
* FST Shard w/ testsDouglas Rumbaugh2024-03-195-1/+332
* Benchmarking tweaksDouglas Rumbaugh2024-03-142-30/+37
* Updated version of psudb-commonDouglas Rumbaugh2024-03-141-0/+0
* Benchmark updatesDouglas Rumbaugh2024-02-2313-455/+602
* Triespline: added test to verify that crash is not due to this projectDouglas B. Rumbaugh2024-02-212-0/+69
* VPTree: precalculate distances to make construction more efficientDouglas B. Rumbaugh2024-02-211-19/+30
* Updated watermark benchmark to shuffle dataDouglas Rumbaugh2024-02-201-6/+15
* Updated remote for external/psudb-commonDouglas Rumbaugh2024-02-121-1/+1
* 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
* Benchmark updatesDouglas Rumbaugh2024-02-093-2/+248
* Update README.mdDouglas B. Rumbaugh2024-02-091-4/+4
* Readme updateDouglas Rumbaugh2024-02-091-0/+53
* Merge pull request #1 from dbrumbaugh/new-bufferDouglas B. Rumbaugh2024-02-09101-6298/+8893
|\
| * Updated to newer version of psudb-commonnew-bufferDouglas Rumbaugh2024-02-091-0/+0
| * Removed centralized version structureDouglas Rumbaugh2024-02-092-35/+8
| * Framework: Fixed a bug where tagged deletes didn't release the epochDouglas Rumbaugh2024-02-093-11/+28
| * Comment updates/fixesDouglas Rumbaugh2024-02-0924-104/+224
| * Updated VPTree to new shard/query interfacesDouglas Rumbaugh2024-02-088-320/+319
| * Merge branch 'new-buffer' of github.com:dbrumbaugh/dynamic-extension into new...Douglas Rumbaugh2024-02-080-0/+0
| |\
| | * ISAMTree: added comment explaining the compiler fenceDouglas Rumbaugh2024-02-081-0/+4
| | * Added compiler fence to block reorderingDouglas Rumbaugh2024-02-082-2/+4
| * | Added compiler fence to block reorderingDouglas Rumbaugh2024-02-082-2/+8
| |/
| * Fixed a slight synchronization bug in Epoch retirement "properly"Douglas Rumbaugh2024-02-081-10/+27
| * Fixed benchmark memory leakDouglas Rumbaugh2024-02-081-0/+2
| * Cleaned up shard files (except VPTree)Douglas Rumbaugh2024-02-0728-1674/+859
| * Fully realized shard concept interfaceDouglas Rumbaugh2024-02-0733-686/+77
| * Fully implemented Query concept and adjusted queries to use itDouglas Rumbaugh2024-02-0713-56/+54
| * BufferView: Adjusted BV to avoid repeated modulus operationsDouglas Rumbaugh2024-02-053-15/+190
| * Set up tombstone deletes properlyDouglas Rumbaugh2024-02-058-56/+72
| * updated btree benchmarkDouglas Rumbaugh2024-01-311-0/+4
| * IRS bench (replication of existing one)Douglas Rumbaugh2024-01-311-0/+125
| * BTree benchmarkDouglas Rumbaugh2024-01-313-6/+128
| * Updated throughput bench to use SOSDDouglas Rumbaugh2024-01-312-21/+39
| * temporary hack to get workingDouglas Rumbaugh2024-01-311-6/+12
| * Adjusted epoch transition methodologyDouglas Rumbaugh2024-01-314-153/+121