| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Removed patricia trie stuff | Douglas Rumbaugh | 2024-05-14 | 4 | -127/+1 | |
| | * | Updated psudb-common | Douglas Rumbaugh | 2024-05-14 | 1 | -0/+0 | |
| | * | Poplar Trie: updated benchmark to standard format | Douglas Rumbaugh | 2024-05-14 | 2 | -31/+30 | |
| | * | Added program to sample the binary knn files | Douglas Rumbaugh | 2024-05-11 | 2 | -0/+61 | |
| | * | MTree structure size | Douglas Rumbaugh | 2024-05-10 | 5 | -3/+13 | |
| | * | Merge branch 'master' of github.com:dbrumbaugh/dynamic-extension | Douglas Rumbaugh | 2024-05-09 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | Merge branch 'master' of github.com:dbrumbaugh/dynamic-extension | Douglas Rumbaugh | 2024-05-09 | 7 | -10/+396 | |
| | | |\ | ||||||
| | | * | | Restored IRS warmup to 10% | Douglas Rumbaugh | 2024-05-09 | 2 | -2/+2 | |
| | * | | | Fixed arithmetic bug | Douglas Rumbaugh | 2024-05-09 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| | * | | Added benchmarks for BigANN | Douglas Rumbaugh | 2024-05-09 | 9 | -12/+398 | |
| | |/ | ||||||
| | * | TSParmsweep: enabled forcing a full buffer scan | Douglas Rumbaugh | 2024-05-08 | 3 | -3/+15 | |
| | * | VPTree BSM: Added extra tab to keep numbers from running together | Douglas Rumbaugh | 2024-05-08 | 1 | -1/+1 | |
| | * | Missing file from last commit | Douglas Rumbaugh | 2024-05-06 | 1 | -2/+14 | |
| | * | FST benchmarks | Douglas Rumbaugh | 2024-05-03 | 4 | -10/+265 | |
| | * | Switched to using framework-BSM mode for Bentley-Saxe benchmarks | Douglas Rumbaugh | 2024-05-03 | 2 | -28/+70 | |
| | * | Added a Bentley-Saxe layout policy | Douglas Rumbaugh | 2024-05-01 | 7 | -11/+167 | |
| | * | Adjusted selectivity for range benches down to .0001 | Douglas Rumbaugh | 2024-05-01 | 7 | -8/+9 | |
| | * | Query optimizations | Douglas Rumbaugh | 2024-05-01 | 2 | -24/+22 | |
| | * | TS BSM Adjustments | Douglas Rumbaugh | 2024-05-01 | 3 | -11/+78 | |
| | * | File Util: fixed the reading in of undesired queries | Douglas Rumbaugh | 2024-05-01 | 1 | -1/+1 | |
| | * | Added error checks to file opening, and generalized key types | Douglas Rumbaugh | 2024-05-01 | 1 | -4/+36 | |
| | * | VPTree BSM Benchmark | Douglas Rumbaugh | 2024-04-30 | 1 | -0/+74 | |
| | * | Added VPTree BSM benchmark | Douglas Rumbaugh | 2024-04-30 | 7 | -5/+368 | |
| | * | Alex benchmark | Douglas Rumbaugh | 2024-04-29 | 2 | -152/+91 | |
| | * | Updated dynamic PGM benchmark to use index size | Douglas Rumbaugh | 2024-04-29 | 1 | -1/+1 | |
| | * | Added vptree parmsweep benchmark and fixed some CMake issues | Douglas Rumbaugh | 2024-04-23 | 2 | -0/+141 | |
| | * | BSMTriespline: updated to use a rangecount query | Douglas Rumbaugh | 2024-04-23 | 1 | -4/+6 | |
| | * | benchmarks/file_util: removed dependency on framework in prep for ALEX | Douglas Rumbaugh | 2024-04-23 | 1 | -4/+1 | |
| | * | Fixed usage printf() in benchmarks | Douglas Rumbaugh | 2024-04-22 | 8 | -8/+8 | |
| | * | TS Parameter sweep benchmark | Douglas Rumbaugh | 2024-04-22 | 2 | -0/+129 | |
| | * | Updated psudb-common | Douglas Rumbaugh | 2024-04-22 | 1 | -0/+0 | |
| | * | Benchmark update+reorganization | Douglas Rumbaugh | 2024-04-22 | 14 | -85/+612 | |
| | * | Added plain BSM and MDSP BSM benchmark | Douglas Rumbaugh | 2024-04-22 | 5 | -2/+311 | |
| | * | TS+PGM: Inlined manually the sorted array merge for performance reasons | Douglas Rumbaugh | 2024-04-22 | 2 | -34/+248 | |
| | * | Properly implemented support for iteratively decomposable problems | Douglas Rumbaugh | 2024-04-19 | 15 | -84/+140 | |
| | * | Fixed some benchmarking bugs | Douglas Rumbaugh | 2024-04-19 | 3 | -2/+8 | |
| | * | Adjusted benchmark parameters | Douglas Rumbaugh | 2024-04-19 | 3 | -3/+3 | |
| | * | Removed debug print statements | Douglas Rumbaugh | 2024-04-19 | 2 | -4/+0 | |
| | * | PGM Shard: Fully disabled bloom filter | Douglas Rumbaugh | 2024-04-19 | 1 | -1/+0 | |
| | * | More trie baseline tests | Douglas Rumbaugh | 2024-04-19 | 7 | -16/+597 | |
| | * | Benchmark updates | Douglas Rumbaugh | 2024-04-19 | 16 | -40/+97 | |
| | * | submodule cleanup/update | Douglas Rumbaugh | 2024-04-15 | 4 | -6/+0 | |
| | * | Updated psudb-common to new version | Douglas Rumbaugh | 2024-04-15 | 1 | -0/+0 | |
| | * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 12 | -122/+92 | |
| | * | Missed file from last commit | Douglas Rumbaugh | 2024-04-15 | 1 | -1/+1 | |
| | * | Print size statistics | Douglas Rumbaugh | 2024-04-15 | 2 | -9/+15 | |
| | * | Added a dynamic trie benchmark | Douglas Rumbaugh | 2024-04-15 | 4 | -0/+105 | |
| | * | trie_bench: Added static query latency | Douglas Rumbaugh | 2024-04-11 | 1 | -3/+21 | |
| | * | stuff | Douglas Rumbaugh | 2024-04-11 | 2 | -40/+38 | |
| | * | Updated FSTrie benchmark and some minor fixes | Douglas B. Rumbaugh | 2024-03-26 | 3 | -30/+49 | |