Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding HNSW, updating SW-graph, increasing the number of queries #18

Merged
merged 10 commits into from
Apr 25, 2016
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Evaluated
* `PANNS <https://github.com/ryanrhymes/panns>`__
* `NearPy <http://nearpy.io>`__
* `KGraph <https://github.com/aaalgo/kgraph>`__
* `NonMetricSpaceLib <https://github.com/searchivarius/NonMetricSpaceLib>`__
* `NMSLIB (Non-Metric Space Library) <https://github.com/searchivarius/nmslib>`__
* `RPForest <https://github.com/lyst/rpforest>`__
* `FALCONN <http://falconn-lib.org/>`__

Expand Down Expand Up @@ -70,7 +70,12 @@ This is very much a work in progress... more results coming later!
:align: center

Note that KGraph has a substantial performance regression in the latest version.
Once the author has confirmed and fixed, I will rerun the KGraph benchmarks.
Once the author has confirmed and fixed, I will rerun the KGraph benchmarks.

Also note that NMSLIB saves indices in the directory indices.
If the tests are re-run using a different seed and/or a different number of queries, the
content of this directory should be deleted.


Testing
-------
Expand Down
Loading