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

Bincode #6

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Bincode #6

wants to merge 5 commits into from

Conversation

yair
Copy link

@yair yair commented Jan 19, 2022

No description provided.

1. Changed database key serialization from manual methods to using
bincode with the big_endian and fixint_encoding options. This is
bitwise-identical to the original keys, but less verbose.

2. Changed other manual conversions of vectors to fixed-size arrays to
using the clone_from_slice function. This can probably be done less
verbosely as well.
Changed other manual conversions of vectors to fixed-size arrays to
using the clone_from_slice function. This can probably be done less
verbosely as well, probably using bincode.
Changed database key serialization from manual methods to using
bincode with the big_endian and fixint_encoding options. This is
bitwise-identical to the original keys, but less verbose.
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