LICENSE
MANIFEST.in
Makefile
README.md
SHORT_README.md
setup.py
lib/hnswlib/.git
lib/hnswlib/.gitignore
lib/hnswlib/ALGO_PARAMS.md
lib/hnswlib/CMakeLists.txt
lib/hnswlib/LICENSE
lib/hnswlib/MANIFEST.in
lib/hnswlib/Makefile
lib/hnswlib/README.md
lib/hnswlib/TESTING_RECALL.md
lib/hnswlib/pyproject.toml
lib/hnswlib/setup.py
lib/hnswlib/.github/workflows/build.yml
lib/hnswlib/examples/cpp/EXAMPLES.md
lib/hnswlib/examples/cpp/example_filter.cpp
lib/hnswlib/examples/cpp/example_mt_filter.cpp
lib/hnswlib/examples/cpp/example_mt_replace_deleted.cpp
lib/hnswlib/examples/cpp/example_mt_search.cpp
lib/hnswlib/examples/cpp/example_replace_deleted.cpp
lib/hnswlib/examples/cpp/example_search.cpp
lib/hnswlib/examples/python/EXAMPLES.md
lib/hnswlib/examples/python/example.py
lib/hnswlib/examples/python/example_filter.py
lib/hnswlib/examples/python/example_replace_deleted.py
lib/hnswlib/examples/python/example_search.py
lib/hnswlib/examples/python/example_serialization.py
lib/hnswlib/examples/python/pyw_hnswlib.py
lib/hnswlib/hnswlib/bruteforce.h
lib/hnswlib/hnswlib/hnswalg.h
lib/hnswlib/hnswlib/hnswlib.h
lib/hnswlib/hnswlib/space_ip.h
lib/hnswlib/hnswlib/space_l2.h
lib/hnswlib/hnswlib/visited_list_pool.h
lib/hnswlib/python_bindings/LazyIndex.py
lib/hnswlib/python_bindings/__init__.py
lib/hnswlib/python_bindings/bindings.cpp
lib/hnswlib/python_bindings/setup.py
lib/hnswlib/tests/cpp/download_bigann.py
lib/hnswlib/tests/cpp/main.cpp
lib/hnswlib/tests/cpp/multiThreadLoad_test.cpp
lib/hnswlib/tests/cpp/multiThread_replace_test.cpp
lib/hnswlib/tests/cpp/searchKnnCloserFirst_test.cpp
lib/hnswlib/tests/cpp/searchKnnWithFilter_test.cpp
lib/hnswlib/tests/cpp/sift_1b.cpp
lib/hnswlib/tests/cpp/sift_test.cpp
lib/hnswlib/tests/cpp/update_gen_data.py
lib/hnswlib/tests/cpp/updates_test.cpp
lib/hnswlib/tests/python/bindings_test.py
lib/hnswlib/tests/python/bindings_test_filter.py
lib/hnswlib/tests/python/bindings_test_getdata.py
lib/hnswlib/tests/python/bindings_test_labels.py
lib/hnswlib/tests/python/bindings_test_metadata.py
lib/hnswlib/tests/python/bindings_test_pickle.py
lib/hnswlib/tests/python/bindings_test_recall.py
lib/hnswlib/tests/python/bindings_test_replace.py
lib/hnswlib/tests/python/bindings_test_resize.py
lib/hnswlib/tests/python/bindings_test_spaces.py
lib/hnswlib/tests/python/bindings_test_stress_mt_replace.py
lib/hnswlib/tests/python/git_tester.py
lib/hnswlib/tests/python/speedtest.py
lib/pcg-cpp/.git
lib/pcg-cpp/.gitignore
lib/pcg-cpp/CONTRIBUTING.md
lib/pcg-cpp/LICENSE-APACHE.txt
lib/pcg-cpp/LICENSE-MIT.txt
lib/pcg-cpp/LICENSE.spdx
lib/pcg-cpp/Makefile
lib/pcg-cpp/README.md
lib/pcg-cpp/include/pcg_extras.hpp
lib/pcg-cpp/include/pcg_random.hpp
lib/pcg-cpp/include/pcg_uint128.hpp
lib/pcg-cpp/sample/.gitignore
lib/pcg-cpp/sample/Makefile
lib/pcg-cpp/sample/codebook.cpp
lib/pcg-cpp/sample/cppref-sample.cpp
lib/pcg-cpp/sample/make-partytrick.cpp
lib/pcg-cpp/sample/pcg-demo.cpp
lib/pcg-cpp/sample/spew.cpp
lib/pcg-cpp/sample/use-partytrick.cpp
lib/pcg-cpp/test-high/.gitignore
lib/pcg-cpp/test-high/Makefile
lib/pcg-cpp/test-high/check-pcg128_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg128_oneseq_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg16_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg16_oneseq_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg32.cpp
lib/pcg-cpp/test-high/check-pcg32_c1024.cpp
lib/pcg-cpp/test-high/check-pcg32_c1024_fast.cpp
lib/pcg-cpp/test-high/check-pcg32_c64.cpp
lib/pcg-cpp/test-high/check-pcg32_c64_fast.cpp
lib/pcg-cpp/test-high/check-pcg32_c64_oneseq.cpp
lib/pcg-cpp/test-high/check-pcg32_fast.cpp
lib/pcg-cpp/test-high/check-pcg32_k1024.cpp
lib/pcg-cpp/test-high/check-pcg32_k1024_fast.cpp
lib/pcg-cpp/test-high/check-pcg32_k16384.cpp
lib/pcg-cpp/test-high/check-pcg32_k16384_fast.cpp
lib/pcg-cpp/test-high/check-pcg32_k2.cpp
lib/pcg-cpp/test-high/check-pcg32_k2_fast.cpp
lib/pcg-cpp/test-high/check-pcg32_k64.cpp
lib/pcg-cpp/test-high/check-pcg32_k64_fast.cpp
lib/pcg-cpp/test-high/check-pcg32_k64_oneseq.cpp
lib/pcg-cpp/test-high/check-pcg32_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg32_oneseq.cpp
lib/pcg-cpp/test-high/check-pcg32_oneseq_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg32_unique.cpp
lib/pcg-cpp/test-high/check-pcg64.cpp
lib/pcg-cpp/test-high/check-pcg64_c1024.cpp
lib/pcg-cpp/test-high/check-pcg64_c1024_fast.cpp
lib/pcg-cpp/test-high/check-pcg64_c32.cpp
lib/pcg-cpp/test-high/check-pcg64_c32_fast.cpp
lib/pcg-cpp/test-high/check-pcg64_c32_oneseq.cpp
lib/pcg-cpp/test-high/check-pcg64_fast.cpp
lib/pcg-cpp/test-high/check-pcg64_k1024.cpp
lib/pcg-cpp/test-high/check-pcg64_k1024_fast.cpp
lib/pcg-cpp/test-high/check-pcg64_k32.cpp
lib/pcg-cpp/test-high/check-pcg64_k32_fast.cpp
lib/pcg-cpp/test-high/check-pcg64_k32_oneseq.cpp
lib/pcg-cpp/test-high/check-pcg64_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg64_oneseq.cpp
lib/pcg-cpp/test-high/check-pcg64_oneseq_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg64_unique.cpp
lib/pcg-cpp/test-high/check-pcg8_once_insecure.cpp
lib/pcg-cpp/test-high/check-pcg8_oneseq_once_insecure.cpp
lib/pcg-cpp/test-high/pcg-test-noadvance.cpp
lib/pcg-cpp/test-high/pcg-test.cpp
lib/pcg-cpp/test-high/run-tests.sh
lib/pcg-cpp/test-high/expected/.gitignore
lib/pcg-cpp/test-high/expected/check-pcg128_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg128_oneseq_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg16_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg16_oneseq_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg32.out
lib/pcg-cpp/test-high/expected/check-pcg32_c1024.out
lib/pcg-cpp/test-high/expected/check-pcg32_c1024_fast.out
lib/pcg-cpp/test-high/expected/check-pcg32_c64.out
lib/pcg-cpp/test-high/expected/check-pcg32_c64_fast.out
lib/pcg-cpp/test-high/expected/check-pcg32_c64_oneseq.out
lib/pcg-cpp/test-high/expected/check-pcg32_fast.out
lib/pcg-cpp/test-high/expected/check-pcg32_k1024.out
lib/pcg-cpp/test-high/expected/check-pcg32_k1024_fast.out
lib/pcg-cpp/test-high/expected/check-pcg32_k16384.out
lib/pcg-cpp/test-high/expected/check-pcg32_k16384_fast.out
lib/pcg-cpp/test-high/expected/check-pcg32_k2.out
lib/pcg-cpp/test-high/expected/check-pcg32_k2_fast.out
lib/pcg-cpp/test-high/expected/check-pcg32_k64.out
lib/pcg-cpp/test-high/expected/check-pcg32_k64_fast.out
lib/pcg-cpp/test-high/expected/check-pcg32_k64_oneseq.out
lib/pcg-cpp/test-high/expected/check-pcg32_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg32_oneseq.out
lib/pcg-cpp/test-high/expected/check-pcg32_oneseq_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg64.out
lib/pcg-cpp/test-high/expected/check-pcg64_c1024.out
lib/pcg-cpp/test-high/expected/check-pcg64_c1024_fast.out
lib/pcg-cpp/test-high/expected/check-pcg64_c32.out
lib/pcg-cpp/test-high/expected/check-pcg64_c32_fast.out
lib/pcg-cpp/test-high/expected/check-pcg64_c32_oneseq.out
lib/pcg-cpp/test-high/expected/check-pcg64_fast.out
lib/pcg-cpp/test-high/expected/check-pcg64_k1024.out
lib/pcg-cpp/test-high/expected/check-pcg64_k1024_fast.out
lib/pcg-cpp/test-high/expected/check-pcg64_k32.out
lib/pcg-cpp/test-high/expected/check-pcg64_k32_fast.out
lib/pcg-cpp/test-high/expected/check-pcg64_k32_oneseq.out
lib/pcg-cpp/test-high/expected/check-pcg64_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg64_oneseq.out
lib/pcg-cpp/test-high/expected/check-pcg64_oneseq_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg8_once_insecure.out
lib/pcg-cpp/test-high/expected/check-pcg8_oneseq_once_insecure.out
ncvis.egg-info/PKG-INFO
ncvis.egg-info/SOURCES.txt
ncvis.egg-info/dependency_links.txt
ncvis.egg-info/top_level.txt
recipe/bld.bat
recipe/build.sh
recipe/conda_build_config.yaml
recipe/meta.yaml
recipe/test.py
recipe/test_init.py
src/knntable.cpp
src/knntable.hpp
src/main.cpp
src/ncvis.cpp
src/ncvis.hpp
wrapper/__init__.py
wrapper/cncvis.pxd
wrapper/ncvis.cpp
wrapper/ncvis.pyx