CMakeLists.txt
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
common/CMakeLists.txt
common/include/MurmurHash3.h
common/include/binomial_bounds.hpp
common/include/bounds_binomial_proportions.hpp
common/include/ceiling_power_of_2.hpp
common/include/common_defs.hpp
common/include/conditional_back_inserter.hpp
common/include/conditional_forward.hpp
common/include/count_zeros.hpp
common/include/inv_pow2_table.hpp
common/include/memory_operations.hpp
common/include/serde.hpp
common/test/CMakeLists.txt
common/test/catch.hpp
common/test/catch_runner.cpp
common/test/integration_test.cpp
common/test/test_allocator.cpp
common/test/test_allocator.hpp
common/test/test_runner.cpp
common/test/test_type.hpp
cpc/CMakeLists.txt
cpc/include/compression_data.hpp
cpc/include/cpc_common.hpp
cpc/include/cpc_compressor.hpp
cpc/include/cpc_compressor_impl.hpp
cpc/include/cpc_confidence.hpp
cpc/include/cpc_sketch.hpp
cpc/include/cpc_sketch_impl.hpp
cpc/include/cpc_union.hpp
cpc/include/cpc_union_impl.hpp
cpc/include/cpc_util.hpp
cpc/include/icon_estimator.hpp
cpc/include/kxp_byte_lookup.hpp
cpc/include/u32_table.hpp
cpc/include/u32_table_impl.hpp
cpc/test/CMakeLists.txt
cpc/test/compression_test.cpp
cpc/test/cpc_sketch_allocation_test.cpp
cpc/test/cpc_sketch_test.cpp
cpc/test/cpc_union_test.cpp
fi/CMakeLists.txt
fi/include/frequent_items_sketch.hpp
fi/include/frequent_items_sketch_impl.hpp
fi/include/reverse_purge_hash_map.hpp
fi/include/reverse_purge_hash_map_impl.hpp
fi/test/CMakeLists.txt
fi/test/frequent_items_sketch_custom_type_test.cpp
fi/test/frequent_items_sketch_test.cpp
fi/test/items_sketch_string_from_java.sk
fi/test/items_sketch_string_utf8_from_java.sk
fi/test/longs_sketch_from_java.sk
fi/test/reverse_purge_hash_map_test.cpp
hll/CMakeLists.txt
hll/include/AuxHashMap-internal.hpp
hll/include/AuxHashMap.hpp
hll/include/CompositeInterpolationXTable-internal.hpp
hll/include/CompositeInterpolationXTable.hpp
hll/include/CouponHashSet-internal.hpp
hll/include/CouponHashSet.hpp
hll/include/CouponList-internal.hpp
hll/include/CouponList.hpp
hll/include/CubicInterpolation-internal.hpp
hll/include/CubicInterpolation.hpp
hll/include/HarmonicNumbers-internal.hpp
hll/include/HarmonicNumbers.hpp
hll/include/Hll4Array-internal.hpp
hll/include/Hll4Array.hpp
hll/include/Hll6Array-internal.hpp
hll/include/Hll6Array.hpp
hll/include/Hll8Array-internal.hpp
hll/include/Hll8Array.hpp
hll/include/HllArray-internal.hpp
hll/include/HllArray.hpp
hll/include/HllSketch-internal.hpp
hll/include/HllSketchImpl-internal.hpp
hll/include/HllSketchImpl.hpp
hll/include/HllSketchImplFactory.hpp
hll/include/HllUnion-internal.hpp
hll/include/HllUtil.hpp
hll/include/RelativeErrorTables-internal.hpp
hll/include/RelativeErrorTables.hpp
hll/include/coupon_iterator-internal.hpp
hll/include/coupon_iterator.hpp
hll/include/hll.hpp
hll/include/hll.private.hpp
hll/test/AuxHashMapTest.cpp
hll/test/CMakeLists.txt
hll/test/CouponHashSetTest.cpp
hll/test/CouponListTest.cpp
hll/test/CrossCountingTest.cpp
hll/test/HllArrayTest.cpp
hll/test/HllSketchTest.cpp
hll/test/HllUnionTest.cpp
hll/test/IsomorphicTest.cpp
hll/test/TablesTest.cpp
hll/test/ToFromByteArrayTest.cpp
hll/test/array6_from_java.sk
hll/test/compact_array4_from_java.sk
hll/test/compact_set_from_java.sk
hll/test/list_from_java.sk
hll/test/updatable_array4_from_java.sk
hll/test/updatable_set_from_java.sk
kll/CMakeLists.txt
kll/include/kll_helper.hpp
kll/include/kll_helper_impl.hpp
kll/include/kll_quantile_calculator.hpp
kll/include/kll_quantile_calculator_impl.hpp
kll/include/kll_sketch.hpp
kll/include/kll_sketch_impl.hpp
kll/include/kolmogorov_smirnov.hpp
kll/include/kolmogorov_smirnov_impl.hpp
kll/test/CMakeLists.txt
kll/test/kll_sketch_custom_type_test.cpp
kll/test/kll_sketch_float_one_item_v1.sk
kll/test/kll_sketch_from_java.sk
kll/test/kll_sketch_test.cpp
kll/test/kll_sketch_validation.cpp
kll/test/kolmogorov_smirnov_test.cpp
python/CMakeLists.txt
python/README.md
python/pybind11Path.cmd
python/datasketches.egg-info/PKG-INFO
python/datasketches.egg-info/SOURCES.txt
python/datasketches.egg-info/dependency_links.txt
python/datasketches.egg-info/not-zip-safe
python/datasketches.egg-info/requires.txt
python/datasketches.egg-info/top_level.txt
python/jupyter/CPCSketch.ipynb
python/jupyter/FrequentItemsSketch.ipynb
python/jupyter/HLLSketch.ipynb
python/jupyter/KLLSketch.ipynb
python/jupyter/ThetaSketchNotebook.ipynb
python/src/__init__.py
python/src/cpc_wrapper.cpp
python/src/datasketches.cpp
python/src/fi_wrapper.cpp
python/src/hll_wrapper.cpp
python/src/kll_wrapper.cpp
python/src/req_wrapper.cpp
python/src/theta_wrapper.cpp
python/src/vector_of_kll.cpp
python/src/vo_wrapper.cpp
python/tests/__init__.py
python/tests/cpc_test.py
python/tests/fi_test.py
python/tests/hll_test.py
python/tests/kll_test.py
python/tests/req_test.py
python/tests/theta_test.py
python/tests/vector_of_kll_test.py
python/tests/vo_test.py
req/CMakeLists.txt
req/include/req_common.hpp
req/include/req_compactor.hpp
req/include/req_compactor_impl.hpp
req/include/req_quantile_calculator.hpp
req/include/req_quantile_calculator_impl.hpp
req/include/req_sketch.hpp
req/include/req_sketch_impl.hpp
req/test/CMakeLists.txt
req/test/req_sketch_custom_type_test.cpp
req/test/req_sketch_test.cpp
sampling/CMakeLists.txt
sampling/include/var_opt_sketch.hpp
sampling/include/var_opt_sketch_impl.hpp
sampling/include/var_opt_union.hpp
sampling/include/var_opt_union_impl.hpp
sampling/test/CMakeLists.txt
sampling/test/binaries_from_java.txt
sampling/test/var_opt_allocation_test.cpp
sampling/test/var_opt_sketch_test.cpp
sampling/test/var_opt_union_test.cpp
sampling/test/varopt_sketch_long_sampling.sk
sampling/test/varopt_sketch_string_exact.sk
sampling/test/varopt_union_double_sampling.sk
theta/CMakeLists.txt
theta/include/bounds_on_ratios_in_sampled_sets.hpp
theta/include/bounds_on_ratios_in_theta_sketched_sets.hpp
theta/include/compact_theta_sketch_parser.hpp
theta/include/compact_theta_sketch_parser_impl.hpp
theta/include/theta_a_not_b.hpp
theta/include/theta_a_not_b_impl.hpp
theta/include/theta_comparators.hpp
theta/include/theta_constants.hpp
theta/include/theta_helpers.hpp
theta/include/theta_intersection.hpp
theta/include/theta_intersection_base.hpp
theta/include/theta_intersection_base_impl.hpp
theta/include/theta_intersection_impl.hpp
theta/include/theta_jaccard_similarity.hpp
theta/include/theta_jaccard_similarity_base.hpp
theta/include/theta_set_difference_base.hpp
theta/include/theta_set_difference_base_impl.hpp
theta/include/theta_sketch.hpp
theta/include/theta_sketch_impl.hpp
theta/include/theta_union.hpp
theta/include/theta_union_base.hpp
theta/include/theta_union_base_impl.hpp
theta/include/theta_union_impl.hpp
theta/include/theta_update_sketch_base.hpp
theta/include/theta_update_sketch_base_impl.hpp
theta/test/CMakeLists.txt
theta/test/theta_a_not_b_test.cpp
theta/test/theta_compact_empty_from_java.sk
theta/test/theta_compact_estimation_from_java.sk
theta/test/theta_compact_single_item_from_java.sk
theta/test/theta_intersection_test.cpp
theta/test/theta_jaccard_similarity_test.cpp
theta/test/theta_sketch_test.cpp
theta/test/theta_union_test.cpp
theta/test/theta_update_empty_from_java.sk
theta/test/theta_update_estimation_from_java.sk
tuple/CMakeLists.txt
tuple/include/array_of_doubles_a_not_b.hpp
tuple/include/array_of_doubles_a_not_b_impl.hpp
tuple/include/array_of_doubles_intersection.hpp
tuple/include/array_of_doubles_intersection_impl.hpp
tuple/include/array_of_doubles_sketch.hpp
tuple/include/array_of_doubles_sketch_impl.hpp
tuple/include/array_of_doubles_union.hpp
tuple/include/array_of_doubles_union_impl.hpp
tuple/include/tuple_a_not_b.hpp
tuple/include/tuple_a_not_b_impl.hpp
tuple/include/tuple_intersection.hpp
tuple/include/tuple_intersection_impl.hpp
tuple/include/tuple_jaccard_similarity.hpp
tuple/include/tuple_sketch.hpp
tuple/include/tuple_sketch_impl.hpp
tuple/include/tuple_union.hpp
tuple/include/tuple_union_impl.hpp
tuple/test/CMakeLists.txt
tuple/test/array_of_doubles_sketch_test.cpp
tuple/test/tuple_a_not_b_test.cpp
tuple/test/tuple_intersection_test.cpp
tuple/test/tuple_jaccard_similarity_test.cpp
tuple/test/tuple_sketch_allocation_test.cpp
tuple/test/tuple_sketch_test.cpp
tuple/test/tuple_union_test.cpp