CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
lib/CMakeLists.txt
lib/bench/CMakeLists.txt
lib/bench/include/benchmark.h
lib/bench/include/build.h
lib/bench/include/dataset.h
lib/bench/include/file_io.h
lib/bench/include/logging.h
lib/bench/include/repository.h
lib/bench/include/stats.h
lib/bench/include/stopwatch.h
lib/cmake_modules/DetectCPUFeatures.cmake
lib/deglib/CMakeLists.txt
lib/deglib/include/deglib/analysis.h
lib/deglib/include/deglib/builder.h
lib/deglib/include/deglib/concurrent.h
lib/deglib/include/deglib/config.h
lib/deglib/include/deglib/deglib.h
lib/deglib/include/deglib/distances.h
lib/deglib/include/deglib/filter.h
lib/deglib/include/deglib/graph.h
lib/deglib/include/deglib/optimization.h
lib/deglib/include/deglib/search.h
lib/deglib/include/deglib/distance/evp_ip.h
lib/deglib/include/deglib/distance/fp16.h
lib/deglib/include/deglib/distance/fp16_ip.h
lib/deglib/include/deglib/distance/fp16_l2.h
lib/deglib/include/deglib/distance/fp32.h
lib/deglib/include/deglib/distance/fp32_ip.h
lib/deglib/include/deglib/distance/fp32_l2.h
lib/deglib/include/deglib/distance/int8.h
lib/deglib/include/deglib/distance/int8_ip.h
lib/deglib/include/deglib/distance/int8_l2.h
lib/deglib/include/deglib/distance/residual_mode.h
lib/deglib/include/deglib/distance/uint8.h
lib/deglib/include/deglib/distance/uint8_ip.h
lib/deglib/include/deglib/distance/uint8_l2.h
lib/deglib/include/deglib/graph/dynamic_graph.h
lib/deglib/include/deglib/graph/internal_graph.h
lib/deglib/include/deglib/graph/intrusive_list.h
lib/deglib/include/deglib/graph/mutable_graph.h
lib/deglib/include/deglib/graph/readonly_graph.h
lib/deglib/include/deglib/graph/sizebounded_graph.h
lib/deglib/include/deglib/graph/visited_list_pool.h
lib/deglib/include/deglib/optimization/pruning.h
lib/deglib/include/deglib/optimization/transform.h
lib/deglib/include/deglib/optimization/flas/fast_linear_assignment_sorter.h
lib/deglib/include/deglib/optimization/flas/fast_linear_assignment_sorter_mt.h
lib/deglib/include/deglib/optimization/flas/junker_volgenant_solver.h
lib/deglib/include/deglib/optimization/quantization/evp_quantize.h
lib/deglib/include/deglib/optimization/quantization/scalar_quantize.h
lib/deglib/include/deglib/search/searcher.h
lib/deglib/include/deglib/utils/cpu.h
lib/deglib/include/deglib/utils/memory.h
lib/deglib/include/deglib/utils/random.h
lib/test/CMakeLists.txt
lib/test/src/common/test_helpers.h
src/deg_cpp/deglib_cpp.cpp
src/deglib/__init__.py
src/deglib/analysis.py
src/deglib/builder.py
src/deglib/cpu.py
src/deglib/distances.py
src/deglib/graph.py
src/deglib/optimization.py
src/deglib/search.py
src/deglib/utils.py
src/deglib.egg-info/PKG-INFO
src/deglib.egg-info/SOURCES.txt
src/deglib.egg-info/dependency_links.txt
src/deglib.egg-info/requires.txt
src/deglib.egg-info/top_level.txt
tests/test_analysis.py
tests/test_builder.py
tests/test_filter.py
tests/test_graph.py
tests/test_presort.py
tests/test_rerank.py
tests/test_scalar_quantizer.py
tests/test_searcher.py
tests/test_transform.py