Skip to content

Commit

Permalink
Merge pull request #18 from yurymalkov/master
Browse files Browse the repository at this point in the history
Adding HNSW, updating SW-graph, increasing the number of queries
  • Loading branch information
erikbern committed Apr 25, 2016
2 parents 334559f + fc465b8 commit c42833f
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 77,096 deletions.
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

0 comments on commit c42833f

Please sign in to comment.