aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/ann/sift_benchmark.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* use more descriptive variable namesArne Juul2020-07-061-16/+16
|
* using NUM_DOCS is wrong for remove benchmark, use EFFECTIVE_DOCSArne Juul2020-02-271-0/+1
|
* split out common subroutinesArne Juul2020-02-251-156/+4
|
* add and verify filter optionArne Juul2020-02-241-63/+130
| | | | split out common subroutines
* cannot use std::aligned_allocArne Juul2020-02-111-4/+6
|
* * add "remove" benchmarkArne Juul2020-02-111-6/+8
| | | | | | | | * redo ops tracking * use std::aligned_alloc * more stats - measure reach This reverts commit 37fd87978ab1c3abfa840403e4e8f289d5ea4a20.
* Revert "* remove benchmark"Henning Baldersheim2020-02-111-8/+6
|
* * remove benchmarkArne Juul2020-02-061-6/+8
| | | | | | * redo ops tracking * use std::aligned_alloc * more stats - measure reach
* refactor and unifyArne Juul2020-01-271-1/+8
| | | | | | | * also: rename QueueEntry -> HnswHit * add statistics * add removeDoc implementation * add hnsw-wrap (not compiled) for comparison
* Eliminate clang warning when casting to pointer with larger alignment.Tor Egge2020-01-241-1/+1
|
* Make it simpler to run the ANN_GIST1M data set.Geir Storli2020-01-241-10/+27
|
* Add note about where to download the ANN_SIFT1M dataset.Geir Storli2020-01-211-0/+9
|
* back to 1M documentsArne Juul2020-01-161-1/+1
|
* add HNSW algorithmArne Juul2020-01-161-0/+8
|
* add some statistics and refactorArne Juul2020-01-161-41/+43
|
* add timing/quality benchmark tool for ANNArne Juul2019-12-191-0/+293