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

Added Bincode2 #61

Merged
merged 3 commits into from
Jan 6, 2024
Merged

Added Bincode2 #61

merged 3 commits into from
Jan 6, 2024

Conversation

8192K
Copy link
Contributor

@8192K 8192K commented Jan 6, 2024

Bincode 2 is currently in RC and as I found it to be much faster than Bincode 1, I am adding it as a separate benchmark here. This could very well remain the use case in the future as both, bincode 1 and 2 will have to be supported by the maintainers for backwards compatibility since the format changed.
Currently, there is an issue with the crate that it can only be imported as "bincode", so bincode version 1 had to be renamed to "bincode1" and bincode version 2 has to be called "bincode".

@djkoloski djkoloski merged commit 7e8543c into djkoloski:master Jan 6, 2024
1 check passed
@djkoloski
Copy link
Owner

Thanks for the PR! I had to change a few things very slightly and add support for multiple packages to our CI process. Benches should be updated automatically after the post-commit check finishes.

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.

2 participants