summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * More locking!Douglas Rumbaugh2024-01-311-0/+2
| * Updated insert query throughput to use IRS queriesDouglas Rumbaugh2024-01-314-123/+25
| * insert query tput updatesDouglas Rumbaugh2024-01-311-2/+7
| * Possibly fixed epoch retirement sync errorDouglas Rumbaugh2024-01-311-1/+5
| * Insert throughput benchmarkDouglas Rumbaugh2024-01-313-46/+220
| * Query/Insert intermix benchmarksDouglas Rumbaugh2024-01-314-41/+162
| * Temporary thread affinity for reconstructionDouglas Rumbaugh2024-01-313-7/+40
| * TrieSpline + testsDouglas Rumbaugh2024-01-304-301/+117
| * Benchmarking updatesDouglas Rumbaugh2024-01-309-30/+495
| * Multithreaded Insertion BenchmarkDouglas Rumbaugh2024-01-241-11/+37
| * DynamicExtension: Fixed reconstruction trigger data raceDouglas Rumbaugh2024-01-241-4/+7
| * Added watermark testing to CMakeDouglas Rumbaugh2024-01-221-0/+6
| * WAtermark testing benchmarkDouglas Rumbaugh2024-01-221-0/+53
| * Adjusted recon_benchmark and properly shutdown FIFOSchedulerDouglas Rumbaugh2024-01-222-12/+25
| * Benchmarking: updated insert_query_tput to use better rngDouglas Rumbaugh2024-01-221-3/+14
| * FIFOScheduler: added automake wakeupDouglas Rumbaugh2024-01-221-1/+12
| * Moved some benchmarks over to range countDouglas Rumbaugh2024-01-222-6/+6
| * Added RangeCount queryDouglas Rumbaugh2024-01-224-0/+386
| * Initial rough-out of internal statistics trackerDouglas Rumbaugh2024-01-198-36/+160
| * Multiple concurrency bug fixesDouglas Rumbaugh2024-01-1714-185/+246