v0.2.0
Added
- Stale calls are now flushed when initialising a cache.
Changed
- Switched hashing algorithm from
XXH3
toXXH128
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
inpersist_cache.py
.