summaryrefslogtreecommitdiffstats
path: root/benchmarks/include
Commit message (Collapse)AuthorAgeFilesLines
* PGM-based Point Lookup benchmarksDouglas Rumbaugh2023-07-272-0/+21
|
* ALEX Benchmarking: added benchmark for ALEXDouglas Rumbaugh2023-07-252-235/+243
|
* Benchmarks: mtree and vptree benchmark updatesDouglas Rumbaugh2023-07-252-3/+15
| | | | | | | | | Note: cosine similarity doesn't seem to work for VPTree--I don't think that it is actually a metric, upon further research. At the very least I can't find anyone claiming it is, and I've found several people claiming it isn't. On testing with the Word2Vec data, Euclidean distance works insofar as the M-Tree and VPTree return the same KNN results for test queries, whereas Cosine Similarity does not work.
* M-Tree benchmarksDouglas Rumbaugh2023-07-242-4/+36
|
* Cosine Similarity TypeDouglas Rumbaugh2023-07-241-1/+1
|
* ISAM IRS query bugfixesDouglas Rumbaugh2023-07-241-1/+1
|
* Benchmarking: Added utility functions for VPTree/KNNDouglas Rumbaugh2023-07-231-4/+67
|
* BTree-based baselines for IRS and Range queriesDouglas Rumbaugh2023-07-232-3/+34
|
* Benchmarking updatesDouglas Rumbaugh2023-07-232-12/+36
|
* Benchmark updatesDouglas Rumbaugh2023-07-031-2/+2
|
* BugfixesDouglas Rumbaugh2023-07-031-0/+2
|
* Benchmark output format adjustmentsDouglas Rumbaugh2023-06-261-1/+1
| | | | | | | | | | Benchmarks should now return, insert throughput index size (not counting data arrays) sampling latency static index size static sampling latency
* Merge branch 'master' of github.com:dbrumbaugh/dynamic-extensionDouglas Rumbaugh2023-06-261-1/+1
|\
| * Benchmark updatesDouglas Rumbaugh2023-06-261-1/+1
| |
* | Added static benchmarkingDouglas Rumbaugh2023-06-261-0/+41
|/
* Benchmark refactoring/cleanupDouglas Rumbaugh2023-06-132-11/+79
|
* Benchmark refactoringDouglas Rumbaugh2023-06-132-0/+303