CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
setup.py
benchmarks/README.md
benchmarks/__init__.py
benchmarks/benchmark.py
benchmarks/memory.py
benchmarks/numpy_comparison.py
benchmarks/results/2026-07-30-counting-memory.md
benchmarks/results/2026-07-30-linux-x86_64.md
docs/ARCHITECTURE.md
docs/RELEASING.md
src/bielsort/__init__.py
src/bielsort/__init__.pyi
src/bielsort/py.typed
src/bielsort.egg-info/PKG-INFO
src/bielsort.egg-info/SOURCES.txt
src/bielsort.egg-info/dependency_links.txt
src/bielsort.egg-info/requires.txt
src/bielsort.egg-info/top_level.txt
src/bielsort_native/__init__.py
src/bielsort_native/__init__.pyi
src/bielsort_native/_bielsort.c
src/bielsort_native/bielsort.py
src/bielsort_native/bielsort.pyi
src/bielsort_native/py.typed
tests/test_bielsort.py
tests/test_stress.py