summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4 from dbrumbaugh/masterDouglas B. Rumbaugh2024-05-1493-949/+66134
|\ | | | | Updates for VLDB revision
| * Added btree thread scaling benchmarkDouglas Rumbaugh2024-05-142-14/+19
| |
| * Merge branch 'master' of github.com:dbrumbaugh/dynamic-extensionDouglas Rumbaugh2024-05-141-0/+78
| |\
| | * Benchmark helper scriptDouglas Rumbaugh2024-05-141-0/+78
| | |
| * | README updateDouglas Rumbaugh2024-05-141-9/+22
| | |
| * | Moved thread scalability bench to vldb folderDouglas Rumbaugh2024-05-142-6/+7
| |/
| * Removed patricia trie stuffDouglas Rumbaugh2024-05-144-127/+1
| |
| * Updated psudb-commonDouglas Rumbaugh2024-05-141-0/+0
| |
| * Poplar Trie: updated benchmark to standard formatDouglas Rumbaugh2024-05-142-31/+30
| |
| * Added program to sample the binary knn filesDouglas Rumbaugh2024-05-112-0/+61
| |
| * MTree structure sizeDouglas Rumbaugh2024-05-105-3/+13
| |
| * Merge branch 'master' of github.com:dbrumbaugh/dynamic-extensionDouglas Rumbaugh2024-05-090-0/+0
| |\
| | * Merge branch 'master' of github.com:dbrumbaugh/dynamic-extensionDouglas Rumbaugh2024-05-097-10/+396
| | |\
| | * | Restored IRS warmup to 10%Douglas Rumbaugh2024-05-092-2/+2
| | | |
| * | | Fixed arithmetic bugDouglas Rumbaugh2024-05-091-1/+1
| | |/ | |/|
| * | Added benchmarks for BigANNDouglas Rumbaugh2024-05-099-12/+398
| |/
| * TSParmsweep: enabled forcing a full buffer scanDouglas Rumbaugh2024-05-083-3/+15
| |
| * VPTree BSM: Added extra tab to keep numbers from running togetherDouglas Rumbaugh2024-05-081-1/+1
| |
| * Missing file from last commitDouglas Rumbaugh2024-05-061-2/+14
| |
| * FST benchmarksDouglas Rumbaugh2024-05-034-10/+265
| |
| * Switched to using framework-BSM mode for Bentley-Saxe benchmarksDouglas Rumbaugh2024-05-032-28/+70
| |
| * Added a Bentley-Saxe layout policyDouglas Rumbaugh2024-05-017-11/+167
| |
| * Adjusted selectivity for range benches down to .0001Douglas Rumbaugh2024-05-017-8/+9
| |
| * Query optimizationsDouglas Rumbaugh2024-05-012-24/+22
| |
| * TS BSM AdjustmentsDouglas Rumbaugh2024-05-013-11/+78
| |
| * File Util: fixed the reading in of undesired queriesDouglas Rumbaugh2024-05-011-1/+1
| |
| * Added error checks to file opening, and generalized key typesDouglas Rumbaugh2024-05-011-4/+36
| |
| * VPTree BSM BenchmarkDouglas Rumbaugh2024-04-301-0/+74
| |
| * Added VPTree BSM benchmarkDouglas Rumbaugh2024-04-307-5/+368
| |
| * Alex benchmarkDouglas Rumbaugh2024-04-292-152/+91
| |
| * Updated dynamic PGM benchmark to use index sizeDouglas Rumbaugh2024-04-291-1/+1
| |
| * Added vptree parmsweep benchmark and fixed some CMake issuesDouglas Rumbaugh2024-04-232-0/+141
| |
| * BSMTriespline: updated to use a rangecount queryDouglas Rumbaugh2024-04-231-4/+6
| |
| * benchmarks/file_util: removed dependency on framework in prep for ALEXDouglas Rumbaugh2024-04-231-4/+1
| |
| * Fixed usage printf() in benchmarksDouglas Rumbaugh2024-04-228-8/+8
| |
| * TS Parameter sweep benchmarkDouglas Rumbaugh2024-04-222-0/+129
| |
| * Updated psudb-commonDouglas Rumbaugh2024-04-221-0/+0
| |
| * Benchmark update+reorganizationDouglas Rumbaugh2024-04-2214-85/+612
| | | | | | | | The Alex benchmark isn't updated yet.
| * Added plain BSM and MDSP BSM benchmarkDouglas Rumbaugh2024-04-225-2/+311
| |
| * TS+PGM: Inlined manually the sorted array merge for performance reasonsDouglas Rumbaugh2024-04-222-34/+248
| |
| * Properly implemented support for iteratively decomposable problemsDouglas Rumbaugh2024-04-1915-84/+140
| |
| * Fixed some benchmarking bugsDouglas Rumbaugh2024-04-193-2/+8
| |
| * Adjusted benchmark parametersDouglas Rumbaugh2024-04-193-3/+3
| |
| * Removed debug print statementsDouglas Rumbaugh2024-04-192-4/+0
| |
| * PGM Shard: Fully disabled bloom filterDouglas Rumbaugh2024-04-191-1/+0
| |
| * More trie baseline testsDouglas Rumbaugh2024-04-197-16/+597
| |
| * Benchmark updatesDouglas Rumbaugh2024-04-1916-40/+97
| |
| * submodule cleanup/updateDouglas Rumbaugh2024-04-154-6/+0
| |
| * Updated psudb-common to new versionDouglas Rumbaugh2024-04-151-0/+0
| |
| * Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-1512-122/+92
| | | | | | | | Note: this requires the caller to manage the memory of the strings