Skip to content

Conversation

@LeoCatsune
Copy link
Collaborator

Addresses #6 by using serde_bencode and zstd libraries to encode and compress the Cache file in a more efficient format, taking less overall space on the disk.

Requires further testing, but seems to be working on Windows and Linux thus far.

Includes some extra changes from `cargo fmt`
Fixes "Not Found" errors on windows.
@LeoCatsune LeoCatsune requested a review from conaticus June 30, 2023 02:00
@LeoCatsune LeoCatsune linked an issue Jun 30, 2023 that may be closed by this pull request
Copy link
Owner

@conaticus conaticus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@conaticus conaticus merged commit b9b91b0 into conaticus:dev Jun 30, 2023
@LeoCatsune LeoCatsune deleted the feat/compress-cache branch June 30, 2023 10:22
conaticus pushed a commit that referenced this pull request Sep 17, 2025
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.

Binary Serialization of the Cache File to save space?

2 participants