summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* VPTree: use a secondary hash-table for point lookupsDouglas Rumbaugh2023-07-173-12/+26
* Initial commit of VPTree-related codeDouglas Rumbaugh2023-07-135-16/+542
* Slightly optimized merge functionDouglas Rumbaugh2023-07-031-3/+11
* Benchmark updatesDouglas Rumbaugh2023-07-032-2/+4
* BugfixesDouglas Rumbaugh2023-07-032-1/+3
* Fixed query errorsDouglas Rumbaugh2023-07-033-15/+64
* PGM Tests: added proper testing for query mergingDouglas Rumbaugh2023-07-031-1/+45
* PGM Shard bugfixesDouglas Rumbaugh2023-06-261-2/+2
* PGMRQ benchmarkDouglas Rumbaugh2023-06-262-1/+70
* Benchmark output format adjustmentsDouglas Rumbaugh2023-06-262-2/+4
* Merge branch 'master' of github.com:dbrumbaugh/dynamic-extensionDouglas Rumbaugh2023-06-262-3/+3
|\
| * Benchmark updatesDouglas Rumbaugh2023-06-262-3/+3
* | Added static benchmarkingDouglas Rumbaugh2023-06-262-0/+49
|/
* TrieSpline: fixed error in min/max key determinationDouglas Rumbaugh2023-06-131-5/+10
* Triespline Range Query benchmarkDouglas Rumbaugh2023-06-132-0/+59
* Benchmark refactoring/cleanupDouglas Rumbaugh2023-06-135-97/+140
* MemISAM: Removed friend relationship with InternalLevelDouglas Rumbaugh2023-06-131-1/+0
* TrieSpline: parameterized TrieSpline template with max errorDouglas Rumbaugh2023-06-131-5/+3
* Benchmark refactoringDouglas Rumbaugh2023-06-134-132/+152
* bench.h: Warmup delete bugfixDouglas B. Rumbaugh2023-06-091-2/+2
* Updated bloom filters to use whole recordDouglas B. Rumbaugh2023-06-095-30/+30
* Adjusted tests to account for new sampling interfaceDouglas B. Rumbaugh2023-06-093-0/+15
* Fixed bug(s) in tagging-based deletesDouglas B. Rumbaugh2023-06-099-17/+36
* Build changes and interface cleanupDouglas B. Rumbaugh2023-06-095-21/+22
* triespline tests: added <functional> headerDouglas B. Rumbaugh2023-06-091-0/+2
* gitignoreDouglas Rumbaugh2023-06-071-0/+1
* General header/file cleanupDouglas Rumbaugh2023-06-078-108/+5
* Adjusted DE tests to cover all policy configurationsDouglas Rumbaugh2023-06-076-15/+119
* Interface adjustmentsDouglas Rumbaugh2023-06-079-48/+25
* Bugfixes for query state processing functionDouglas Rumbaugh2023-06-074-30/+39
* Added a pre-query hook for processing statesDouglas Rumbaugh2023-06-076-29/+172
* InternalLevel: bugfix when building under taggingDouglas Rumbaugh2023-06-071-1/+1
* Benchmark updates (disabled sampling temporarily)Douglas Rumbaugh2023-06-072-4/+4
* Sampling benchmarkDouglas Rumbaugh2023-06-073-1/+369
* Added TrieSpline and PGM Range queries + tests and bugfixesDouglas Rumbaugh2023-06-055-83/+257
* Added vptree as external moduleDouglas Rumbaugh2023-06-052-0/+3
* PGM-based shardDouglas Rumbaugh2023-06-055-0/+569
* TrieSpline tests+bugfixesDouglas Rumbaugh2023-06-053-14/+240
* Test refactoring: pulled record stripping function to testing.hDouglas Rumbaugh2023-06-054-33/+11