.clang-format
.clang-tidy
.gitignore
ACKNOWLEDGMENTS.md
CMakeLists.txt
CODEOWNERS
LICENSE
README.md
TODO.md
build.ps1
build.sh
environment.yml
pyproject.toml
setup.py
.github/workflows/build_and_test_c_cpp.yml
.github/workflows/build_and_test_python.yml
.github/workflows/pr_build_and_test.yml
.vscode/c_cpp_properties.json
.vscode/settings.json
algorithms/README.md
algorithms/brotli/CMakeLists.txt
algorithms/xz/CMakeLists.txt
algorithms/zlib/CMakeLists.txt
algorithms/zstd/CMakeLists.txt
bindings/c/CMakeLists.txt
bindings/c/README.md
bindings/c/algorithms.h
bindings/c/algorithms.h.in
bindings/c/compress_utils.h
bindings/c/compress_utils_c.cpp
bindings/c/symbol_exports.h
bindings/c/symbol_exports_shared.h
bindings/c/symbol_exports_static.h
bindings/c/tests/CMakeLists.txt
bindings/c/tests/test_compress_utils.c
bindings/cpp/README.md
bindings/python/API.md
bindings/python/CMakeLists.txt
bindings/python/README.md
bindings/python/compress_utils_py.cpp
bindings/python/pyproject.toml
bindings/python/setup.py
bindings/python/compress_utils/__init__.py
bindings/python/compress_utils/compress_utils_py.pyi
bindings/python/compress_utils.egg-info/PKG-INFO
bindings/python/compress_utils.egg-info/SOURCES.txt
bindings/python/compress_utils.egg-info/dependency_links.txt
bindings/python/compress_utils.egg-info/not-zip-safe
bindings/python/compress_utils.egg-info/top_level.txt
bindings/python/tests/test_compress_utils.py
src/algorithms.hpp
src/algorithms.hpp.in
src/compress_utils.cpp
src/compress_utils.hpp
src/compress_utils_func.cpp
src/compress_utils_func.hpp
src/symbol_exports.hpp
src/symbol_exports_shared.hpp
src/symbol_exports_static.hpp
src/algorithms/brotli/brotli.cpp
src/algorithms/brotli/brotli.hpp
src/algorithms/xz/xz.cpp
src/algorithms/xz/xz.hpp
src/algorithms/zlib/zlib.cpp
src/algorithms/zlib/zlib.hpp
src/algorithms/zstd/zstd.cpp
src/algorithms/zstd/zstd.hpp
src/utils/algorithms_router.hpp
src/utils/constants.hpp
tests/CMakeLists.txt
tests/helpers.hpp
tests/test_compress_utils.cpp
tests/test_compress_utils_func.cpp
tests/test_main.cpp