You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ Full list of changes: https://github.com/nmslib/hnswlib/pull/523
25
25
### Highlights:
26
26
1) Lightweight, header-only, no dependencies other than C++ 11
27
27
2) Interfaces for C++, Python, external support for Java and R (https://github.com/jlmelville/rcpphnsw).
28
-
3) Has full support for incremental index construction and updating the elements. Has support for element deletions
29
-
(by marking them in index). Index is picklable.
28
+
3) Has full support for incremental index construction and updating the elements (thanks to the contribution by Apoorv Sharma). Has support for element deletions
29
+
(by marking them in index, later can be replaced with other elements). Python index is picklable.
30
30
4) Can work with custom user defined distances (C++).
31
31
5) Significantly less memory footprint and faster build time compared to current nmslib's implementation.
0 commit comments