summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* VPTree: bugfixDouglas Rumbaugh2023-07-241-1/+1
* M-Tree benchmarksDouglas Rumbaugh2023-07-244-6/+87
* VPTree: added a level of indirection to avoid repeated point copiesDouglas Rumbaugh2023-07-242-41/+77
* VPTree: fixed knn queryDouglas Rumbaugh2023-07-244-62/+164
* Cosine Similarity TypeDouglas Rumbaugh2023-07-243-6/+50
* VPTree: KNN query initial implementationDouglas Rumbaugh2023-07-241-4/+126
* ISAM IRS query bugfixesDouglas Rumbaugh2023-07-242-10/+29
* Benchmarking: Added utility functions for VPTree/KNNDouglas Rumbaugh2023-07-232-4/+127
* Added M-Tree to repoDouglas Rumbaugh2023-07-232-0/+3
* BTree-based baselines for IRS and Range queriesDouglas Rumbaugh2023-07-236-3/+4147
* Triespline RQ fixesDouglas Rumbaugh2023-07-232-10/+29
* Benchmarking updatesDouglas Rumbaugh2023-07-237-17/+296
* Added the parameter argument to query merge routineDouglas Rumbaugh2023-07-1710-10/+10
* VPTree: added fixme for tombstone handling in the hashtableDouglas Rumbaugh2023-07-171-2/+7
* PriorityQueue: generalized priority queue comparison operationDouglas Rumbaugh2023-07-172-4/+41
* VPTree: changed Point format to a D-dimensional point.Douglas Rumbaugh2023-07-172-12/+30