| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | UPGM: added epsilon configuration parameter | Douglas Rumbaugh | 2023-07-26 | 1 | -1/+1 | |
| * | Alex warmup via bulkloading | Douglas Rumbaugh | 2023-07-26 | 1 | -34/+22 | |
| * | Exposed epsilon configuration parameter for PGM | Douglas Rumbaugh | 2023-07-26 | 1 | -4/+5 | |
| * | Adjusted calculation for index size | Douglas Rumbaugh | 2023-07-26 | 9 | -47/+56 | |
| * | Updatable PGM benchmark | Douglas Rumbaugh | 2023-07-26 | 2 | -0/+219 | |
| * | Alex: updated progress bar code for benchmark | Douglas Rumbaugh | 2023-07-25 | 1 | -0/+2 | |
| * | KNN Benches: added k as an optional cmdline argument | Douglas Rumbaugh | 2023-07-25 | 2 | -14/+8 | |
| * | ALEX: Added progress bars back | Douglas Rumbaugh | 2023-07-25 | 1 | -0/+2 | |
| * | ALEX Benchmarking: added benchmark for ALEX | Douglas Rumbaugh | 2023-07-25 | 7 | -235/+471 | |
| * | switched over to my fork of m-tree | Douglas Rumbaugh | 2023-07-25 | 2 | -0/+3 | |
| * | Removed m-tree submodule | Douglas Rumbaugh | 2023-07-25 | 2 | -3/+0 | |
| * | Benchmarks: mtree and vptree benchmark updates | Douglas Rumbaugh | 2023-07-25 | 5 | -16/+78 | |
| * | VPTree: account for size of pointer array in memory usage | Douglas Rumbaugh | 2023-07-25 | 1 | -2/+1 | |
| * | VPTree: Added template configuration to use/not use a hash table | Douglas Rumbaugh | 2023-07-25 | 1 | -6/+32 | |
| * | VPTree: bugfix | Douglas Rumbaugh | 2023-07-24 | 1 | -1/+1 | |
| * | M-Tree benchmarks | Douglas Rumbaugh | 2023-07-24 | 4 | -6/+87 | |
| * | VPTree: added a level of indirection to avoid repeated point copies | Douglas Rumbaugh | 2023-07-24 | 2 | -41/+77 | |
| * | VPTree: fixed knn query | Douglas Rumbaugh | 2023-07-24 | 4 | -62/+164 | |
| * | Cosine Similarity Type | Douglas Rumbaugh | 2023-07-24 | 3 | -6/+50 | |
| * | VPTree: KNN query initial implementation | Douglas Rumbaugh | 2023-07-24 | 1 | -4/+126 | |
| * | ISAM IRS query bugfixes | Douglas Rumbaugh | 2023-07-24 | 2 | -10/+29 | |
| * | Benchmarking: Added utility functions for VPTree/KNN | Douglas Rumbaugh | 2023-07-23 | 2 | -4/+127 | |
| * | Added M-Tree to repo | Douglas Rumbaugh | 2023-07-23 | 2 | -0/+3 | |
| * | BTree-based baselines for IRS and Range queries | Douglas Rumbaugh | 2023-07-23 | 6 | -3/+4147 | |
| * | Triespline RQ fixes | Douglas Rumbaugh | 2023-07-23 | 2 | -10/+29 | |
| * | Benchmarking updates | Douglas Rumbaugh | 2023-07-23 | 7 | -17/+296 | |
| * | Added the parameter argument to query merge routine | Douglas Rumbaugh | 2023-07-17 | 10 | -10/+10 | |
| * | VPTree: added fixme for tombstone handling in the hashtable | Douglas Rumbaugh | 2023-07-17 | 1 | -2/+7 | |
| * | PriorityQueue: generalized priority queue comparison operation | Douglas Rumbaugh | 2023-07-17 | 2 | -4/+41 | |
| * | VPTree: changed Point format to a D-dimensional point. | Douglas Rumbaugh | 2023-07-17 | 2 | -12/+30 | |
| * | VPTree: use a secondary hash-table for point lookups | Douglas Rumbaugh | 2023-07-17 | 3 | -12/+26 | |
| * | Initial commit of VPTree-related code | Douglas Rumbaugh | 2023-07-13 | 5 | -16/+542 | |
| * | Slightly optimized merge function | Douglas Rumbaugh | 2023-07-03 | 1 | -3/+11 | |
| * | Benchmark updates | Douglas Rumbaugh | 2023-07-03 | 2 | -2/+4 | |
| * | Bugfixes | Douglas Rumbaugh | 2023-07-03 | 2 | -1/+3 | |
| * | Fixed query errors | Douglas Rumbaugh | 2023-07-03 | 3 | -15/+64 | |
| * | PGM Tests: added proper testing for query merging | Douglas Rumbaugh | 2023-07-03 | 1 | -1/+45 | |
| * | PGM Shard bugfixes | Douglas Rumbaugh | 2023-06-26 | 1 | -2/+2 | |
| * | PGMRQ benchmark | Douglas Rumbaugh | 2023-06-26 | 2 | -1/+70 | |
| * | Benchmark output format adjustments | Douglas Rumbaugh | 2023-06-26 | 2 | -2/+4 | |
| * | Merge branch 'master' of github.com:dbrumbaugh/dynamic-extension | Douglas Rumbaugh | 2023-06-26 | 2 | -3/+3 | |
| |\ | ||||||
| | * | Benchmark updates | Douglas Rumbaugh | 2023-06-26 | 2 | -3/+3 | |
| * | | Added static benchmarking | Douglas Rumbaugh | 2023-06-26 | 2 | -0/+49 | |
| |/ | ||||||
| * | TrieSpline: fixed error in min/max key determination | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+10 | |
| * | Triespline Range Query benchmark | Douglas Rumbaugh | 2023-06-13 | 2 | -0/+59 | |
| * | Benchmark refactoring/cleanup | Douglas Rumbaugh | 2023-06-13 | 5 | -97/+140 | |
| * | MemISAM: Removed friend relationship with InternalLevel | Douglas Rumbaugh | 2023-06-13 | 1 | -1/+0 | |
| * | TrieSpline: parameterized TrieSpline template with max error | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+3 | |
| * | Benchmark refactoring | Douglas Rumbaugh | 2023-06-13 | 4 | -132/+152 | |
| * | bench.h: Warmup delete bugfix | Douglas B. Rumbaugh | 2023-06-09 | 1 | -2/+2 | |