We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe639d commit 21c1ad7Copy full SHA for 21c1ad7
CMakeLists.txt
@@ -23,4 +23,6 @@ endif()
23
24
add_executable(test_updates examples/updates_test.cpp)
25
26
+add_executable(searchKnnCloserFirst_test examples/searchKnnCloserFirst_test.cpp)
27
+
28
target_link_libraries(main sift_test)
hnswlib/hnswalg.h
@@ -9,8 +9,6 @@
9
#include <unordered_set>
10
#include <list>
11
12
-#include <assert.h>
13
-
14
namespace hnswlib {
15
typedef unsigned int tableint;
16
typedef unsigned int linklistsizeint;
0 commit comments