Skip to content

Commit c1b9b79

Browse files
authored
minor changes in readme
1 parent 3f34296 commit c1b9b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Full list of changes: https://github.com/nmslib/hnswlib/pull/523
2525
### Highlights:
2626
1) Lightweight, header-only, no dependencies other than C++ 11
2727
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.
3030
4) Can work with custom user defined distances (C++).
3131
5) Significantly less memory footprint and faster build time compared to current nmslib's implementation.
3232

0 commit comments

Comments
 (0)