aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/ann
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0923-23/+23
* remove some whitespace at end of linesArne Juul2023-01-221-2/+2
* Inlined namespace must be reopened as inlined.Tor Egge2022-10-201-1/+1
* Avoid multiple definitions of struct Node in same namespaceTor Egge2022-10-171-1/+5
* Remove unused variables.Tor Egge2022-09-231-14/+0
* Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-161-1/+3
* Add noexcept specifiers.Tor Egge2021-12-112-2/+2
* Update 2020 Oath copyrights.gjoranv2021-10-278-8/+8
* Update 2019 Oath copyrights.gjoranv2021-10-2710-10/+10
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-3/+3
* use more descriptive variable namesArne Juul2020-07-068-44/+44
* Revert "Revert "When we pull in a cacheline, we should use it too.""Henning Baldersheim2020-06-081-1/+1
* Revert "When we pull in a cacheline, we should use it too."Harald Musum2020-06-081-1/+1
* - Stick to void * and byte offsets.Henning Baldersheim2020-06-071-1/+1
* Stick with one way of getting an accelrator.Henning Baldersheim2020-03-201-6/+6
* Use a common accelrator instance.Henning Baldersheim2020-03-191-1/+1
* using NUM_DOCS is wrong for remove benchmark, use EFFECTIVE_DOCSArne Juul2020-02-273-2/+4
* add common header fileArne Juul2020-02-261-0/+203
* keep more code commonArne Juul2020-02-253-788/+427
* split out common subroutinesArne Juul2020-02-257-491/+190
* add and verify filter optionArne Juul2020-02-2413-259/+853
* experimental HNSW with various extensionsArne Juul2020-02-241-0/+830
* cannot use std::aligned_allocArne Juul2020-02-112-8/+10
* * add "remove" benchmarkArne Juul2020-02-116-72/+652
* Revert "* remove benchmark"Henning Baldersheim2020-02-116-652/+72
* avoid actual HNSW library hereArne Juul2020-02-071-2/+0
* update copyrightArne Juul2020-02-071-1/+1
* * remove benchmarkArne Juul2020-02-066-72/+654
* Fix format strings.Tor Egge2020-01-292-12/+14
* fix copyright year etcArne Juul2020-01-271-2/+3
* refactor and unifyArne Juul2020-01-275-156/+384
* 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
* update copyrightArne Juul2020-01-171-1/+1
* back to 1M documentsArne Juul2020-01-161-1/+1
* add HNSW algorithmArne Juul2020-01-163-0/+403
* add some statistics and refactorArne Juul2020-01-165-60/+145
* add timing/quality benchmark tool for ANNArne Juul2019-12-1911-0/+1085