LICENSE
README.md
pyproject.toml
src/memory_caching/__init__.py
src/memory_caching/cli.py
src/memory_caching/config.py
src/memory_caching/contracts.py
src/memory_caching/layer.py
src/memory_caching/models.py
src/memory_caching/py.typed
src/memory_caching/scientific_manifest.py
src/memory_caching/segmentation.py
src/memory_caching/smoke.py
src/memory_caching/tree.py
src/memory_caching.egg-info/PKG-INFO
src/memory_caching.egg-info/SOURCES.txt
src/memory_caching.egg-info/dependency_links.txt
src/memory_caching.egg-info/entry_points.txt
src/memory_caching.egg-info/requires.txt
src/memory_caching.egg-info/top_level.txt
src/memory_caching/backends/__init__.py
src/memory_caching/backends/dla.py
src/memory_caching/backends/linear.py
src/memory_caching/backends/swla.py
src/memory_caching/backends/titans.py
src/memory_caching/bench/__init__.py
src/memory_caching/bench/adapters.py
src/memory_caching/bench/artifacts.py
src/memory_caching/bench/config.py
src/memory_caching/bench/longbench.py
src/memory_caching/bench/mqar.py
src/memory_caching/bench/niah.py
src/memory_caching/bench/results.py
src/memory_caching/bench/retrieval.py
src/memory_caching/bench/runner.py
src/memory_caching/bench/scoring.py
src/memory_caching/bench/seed.py
tests/test_backend_contract_guards.py
tests/test_bench.py
tests/test_claim_evidence_lint.py
tests/test_cli.py
tests/test_dla_backend.py
tests/test_install_smoke_contract.py
tests/test_layer.py
tests/test_linear_backend.py
tests/test_paper_equations.py
tests/test_paper_to_code_sync.py
tests/test_phase2_parity_modes.py
tests/test_public_api.py
tests/test_pypi_release_preflight.py
tests/test_scientific_manifest.py
tests/test_seed.py
tests/test_segmentation.py
tests/test_smoke.py
tests/test_smoke_repro.py
tests/test_swla_backend.py
tests/test_titans_backend.py
tests/test_titans_update_convention.py