Skip to content

v0.2.0

Compare
Choose a tag to compare
@umarbutler umarbutler released this 18 Mar 10:56
· 28 commits to main since this release
d412b8b

Added

  • Stale calls are now flushed when initialising a cache.

Changed

  • Switched hashing algorithm from XXH3 to XXH128 and began suffixing hashes with the length of their input to significantly reduce the already very low likelihood of hash collisions.
  • Pickle data is now compressed with LZ4 to speed up IO and reduce disk usage.

Removed

  • Removed unused import of asyncio in persist_cache.py.