Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0 #3

Merged
merged 7 commits into from
Mar 18, 2024
Merged

v0.2.0 #3

merged 7 commits into from
Mar 18, 2024

Conversation

umarbutler
Copy link
Owner

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.

Repository owner deleted a comment from codecov-commenter Mar 18, 2024
@umarbutler umarbutler merged commit d412b8b into main Mar 18, 2024
6 checks passed
Repository owner deleted a comment from codecov-commenter Mar 18, 2024
umarbutler added a commit that referenced this pull request Mar 20, 2024
…to cache a function call that contains an argument that is a list containing a dictionary (#3).
umarbutler added a commit that referenced this pull request Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant