CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/API_GUIDE.md
examples/api_usage_examples.py
examples/performance_monitoring_demo.py
examples/simple_usage_example.py
examples/streaming_optimization_demo.py
hilbert_quantization/__init__.py
hilbert_quantization/api.py
hilbert_quantization/cli.py
hilbert_quantization/config.py
hilbert_quantization/exceptions.py
hilbert_quantization/interfaces.py
hilbert_quantization/models.py
hilbert_quantization/optimized.py
hilbert_quantization/py.typed
hilbert_quantization/core/__init__.py
hilbert_quantization/core/compressor.py
hilbert_quantization/core/dimension_calculator.py
hilbert_quantization/core/hilbert_mapper.py
hilbert_quantization/core/index_generator.py
hilbert_quantization/core/pipeline.py
hilbert_quantization/core/precomputed_hilbert_index.py
hilbert_quantization/core/search_engine.py
hilbert_quantization/core/streaming_index_builder.py
hilbert_quantization/utils/__init__.py
hilbert_quantization/utils/metrics.py
hilbert_quantization/utils/padding.py
hilbert_quantization/utils/performance_monitor.py
hilbert_quantization/utils/validation.py
tests/__init__.py
tests/test_api.py
tests/test_comprehensive_validation_compatibility.py
tests/test_comprehensive_validation_part1.py
tests/test_comprehensive_validation_part2.py
tests/test_comprehensive_validation_part3.py
tests/test_comprehensive_validation_part4.py
tests/test_compression_integration.py
tests/test_compressor.py
tests/test_config.py
tests/test_config_management.py
tests/test_dimension_calculator.py
tests/test_end_to_end_validation.py
tests/test_hilbert_mapper.py
tests/test_index_generator.py
tests/test_models.py
tests/test_padding_configuration.py
tests/test_performance_benchmarks.py
tests/test_performance_integration.py
tests/test_performance_optimization.py
tests/test_quantization_pipeline.py
tests/test_reconstruction_pipeline.py
tests/test_search_engine.py
tests/test_simple_end_to_end.py
tests/test_streaming_index_generator.py
tests/test_task_9_integration.py
tests/test_validation_metrics.py
tests/test_validation_simple.py