A high-performance local compiler cache daemon for Python, designed to accelerate repetitive compilation tasks. Requires Python >=3.10. Latest version: 1.3.10, released with monthly patches under active development.
pip install zccacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a zccache daemon, run a compiler command, and retrieve cached results.
Replace `zccache.Cache(...)` with `zccache.Config(...)`.
Always call daemon.start() before invoking zccache.run().
No dependency data recorded yet.