.gitignore
README.md
pyproject.toml
setup.py
.github/workflows/python-publish.yml
.github/workflows/test.yml
.idea/.gitignore
.idea/misc.xml
benchmark/benchmark_preset_comparison.png
benchmark/benchmark_scaling_wiki.png
benchmark/benchmark_wiki_large.png
benchmark/plot_results.py
benchmark/results.db
benchmark/results_large.db
benchmark/results_preset5.db
benchmark/run_benchmark.py
docs/Makefile
docs/abbrev_long.bib
docs/conf.py
docs/index.rst
docs/references.bib
docs/_ext/cython_autoapi.py
docs/_static/styles/my_theme.css
docs/_templates/copyright.html
docs/_templates/autoapi/index.rst
docs/_templates/autoapi/python/attribute.rst
docs/_templates/autoapi/python/class.rst
docs/_templates/autoapi/python/data.rst
docs/_templates/autoapi/python/exception.rst
docs/_templates/autoapi/python/function.rst
docs/_templates/autoapi/python/method.rst
docs/_templates/autoapi/python/module.rst
docs/_templates/autoapi/python/package.rst
docs/_templates/autoapi/python/property.rst
src/lzma_mt/__init__.py
src/lzma_mt/__init__.pyi
src/lzma_mt/_version.py
src/lzma_mt/lzma.pxd
src/lzma_mt/lzma_mt.c
src/lzma_mt/lzma_mt.pyx
src/lzma_mt/py.typed
src/lzma_mt.egg-info/PKG-INFO
src/lzma_mt.egg-info/SOURCES.txt
src/lzma_mt.egg-info/dependency_links.txt
src/lzma_mt.egg-info/requires.txt
src/lzma_mt.egg-info/top_level.txt
tests/test_bigmem.py
tests/test_cpython_compat.py
tests/test_inputbuf.py
tests/test_lzma_mt.py
tests/test_pickle.py