summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* DE CC Testing: initial test file for FIFOSchedulerDouglas B. Rumbaugh2023-10-311-0/+461
* Fixes for various bugs under SerialSchedulerDouglas B. Rumbaugh2023-10-313-17/+54
* MutableBuffer: removed most concurrency control stuffDouglas B. Rumbaugh2023-10-312-52/+13
* ExtensionStructure: fixed incorrect constructor args in clone()Douglas B. Rumbaugh2023-10-311-2/+2
* DE Tests: updated existing tests to use single threaded operationDouglas B. Rumbaugh2023-10-314-4/+5
* MemISAM: updated to new query interfaceDouglas B. Rumbaugh2023-10-311-1/+1
* FIFOScheduler: fixed a few synchronization issuesDouglas B. Rumbaugh2023-10-311-8/+5
* SerialScheduler: added a single-threaded schedulerDouglas B. Rumbaugh2023-10-312-0/+69
* DynamicExtension: fixed some Epoch-related bugsDouglas B. Rumbaugh2023-10-311-6/+6
* Epoch: Creating an epoch now takes references on buffers + versionsDouglas B. Rumbaugh2023-10-311-0/+2
* VPTree Shard: updates to build on my desktopDouglas B. Rumbaugh2023-10-311-0/+2
* DynamicExtension: added a way to block on merge completionDouglas B. Rumbaugh2023-10-311-3/+31
* General Comment + Consistency updatesDouglas Rumbaugh2023-10-3024-282/+167
* DynamicExtension: comment cleanup/adjustmentsDouglas Rumbaugh2023-10-301-11/+14
* Epoch/DynamicExtension: added cv to epoch retirement checkDouglas Rumbaugh2023-10-302-4/+36
* FIFOScheduler: correctly protect m_cv with a lockDouglas Rumbaugh2023-10-301-0/+5
* DynamicExtension: adjusted a few operations to ensure conistencyDouglas Rumbaugh2023-10-302-15/+37
* Concurrency updates + fixes for compile errorsDouglas Rumbaugh2023-10-306-99/+106
* Began moving to an explicit epoch-based systemDouglas Rumbaugh2023-10-239-103/+481
* BugfixesDouglas Rumbaugh2023-10-233-1/+7
* Initial pass w/ new scheduler setupDouglas Rumbaugh2023-10-209-344/+200
* Checkpointing workDouglas Rumbaugh2023-10-204-34/+85
* Re-structuring Project + scheduling updatesDouglas Rumbaugh2023-09-2524-434/+384
* Bugfixes for tieringDouglas Rumbaugh2023-09-204-4/+33
* The scheduler now spawns a seperate merge threadDouglas Rumbaugh2023-09-184-58/+221
* Moved individual merge task execution into the schedulerDouglas Rumbaugh2023-09-183-35/+98
* General bugfixesDouglas Rumbaugh2023-09-183-4/+6
* Began re-architecting the project for concurrency supportDouglas Rumbaugh2023-09-139-310/+647
* Migrated over to using psudb-common utilities/headersDouglas Rumbaugh2023-08-2424-4528/+93
* Removed unused pagedfile headerDouglas Rumbaugh2023-08-243-801/+0
* Included psudb-common libraryDouglas Rumbaugh2023-08-242-0/+3
* Change PGM to range count.Dong Xie2023-07-285-41/+72
* Added PGM-PL benchmarks to CMakeListsDouglas Rumbaugh2023-07-271-0/+11
* PGM-based Point Lookup benchmarksDouglas Rumbaugh2023-07-274-0/+300
* Expanded query interfaceDouglas Rumbaugh2023-07-2713-62/+281
* Alex shard progressDouglas Rumbaugh2023-07-262-0/+361
* UPGM: added epsilon configuration parameterDouglas Rumbaugh2023-07-261-1/+1
* Alex warmup via bulkloadingDouglas Rumbaugh2023-07-261-34/+22
* Exposed epsilon configuration parameter for PGMDouglas Rumbaugh2023-07-261-4/+5
* Adjusted calculation for index sizeDouglas Rumbaugh2023-07-269-47/+56
* Updatable PGM benchmarkDouglas Rumbaugh2023-07-262-0/+219
* Alex: updated progress bar code for benchmarkDouglas Rumbaugh2023-07-251-0/+2
* KNN Benches: added k as an optional cmdline argumentDouglas Rumbaugh2023-07-252-14/+8
* ALEX: Added progress bars backDouglas Rumbaugh2023-07-251-0/+2
* ALEX Benchmarking: added benchmark for ALEXDouglas Rumbaugh2023-07-257-235/+471
* switched over to my fork of m-treeDouglas Rumbaugh2023-07-252-0/+3
* Removed m-tree submoduleDouglas Rumbaugh2023-07-252-3/+0
* Benchmarks: mtree and vptree benchmark updatesDouglas Rumbaugh2023-07-255-16/+78
* VPTree: account for size of pointer array in memory usageDouglas Rumbaugh2023-07-251-2/+1
* VPTree: Added template configuration to use/not use a hash tableDouglas Rumbaugh2023-07-251-6/+32