.gitignore
.pre-commit-config.yaml
DEVELOPING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/pytest.yml
.github/workflows/release.yml
.github/workflows/ruff.yml
benchmark/README.md
benchmark/__init__.py
benchmark/benchmark_backend.py
benchmark/benchmark_optimizations.py
benchmark/benchmark_prefix_caching.py
benchmark/benchmark_weight_sum.py
benchmark/util.py
docs/gen_reference_page.py
docs/index.md
docs/images/trie_example.svg
docs/images/trie_example_mass.svg
genlm_backend/__init__.py
genlm_backend/cache.py
genlm_backend.egg-info/PKG-INFO
genlm_backend.egg-info/SOURCES.txt
genlm_backend.egg-info/dependency_links.txt
genlm_backend.egg-info/requires.txt
genlm_backend.egg-info/top_level.txt
genlm_backend/llm/__init__.py
genlm_backend/llm/base.py
genlm_backend/llm/hf.py
genlm_backend/llm/vllm.py
genlm_backend/llm/vllm_reference.py
genlm_backend/tokenization/__init__.py
genlm_backend/tokenization/bytes.py
genlm_backend/tokenization/vocab.py
genlm_backend/trie/__init__.py
genlm_backend/trie/async_impl.py
genlm_backend/trie/base.py
genlm_backend/trie/parallel.py
tests/conftest.py
tests/test_cache.py
tests/test_hf_llm.py
tests/test_llm.py
tests/test_llm_agreement.py
tests/test_trie.py
tests/test_vocabulary.py