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

Cache is JSON, we don't need to do that #640

Open
aumetra opened this issue Feb 14, 2025 · 0 comments
Open

Cache is JSON, we don't need to do that #640

aumetra opened this issue Feb 14, 2025 · 0 comments

Comments

@aumetra
Copy link
Member

aumetra commented Feb 14, 2025

The caches are currently encoded as JSON. That's overhead in both encoding and decoding, and in network size. We can just use something like rkyv to represent those values. Faster encoding and basically infinitely faster decoding since there is no actual decoding process.

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

No branches or pull requests

1 participant