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

Promote bincode to the default serialization implementation #433

Open
antiguru opened this issue Nov 17, 2021 · 0 comments
Open

Promote bincode to the default serialization implementation #433

antiguru opened this issue Nov 17, 2021 · 0 comments

Comments

@antiguru
Copy link
Member

Timely currently supports serializing data through abomination and bincode. Switch to bincode by default to indicate that abomination is unsupported for the moment.

abomination currently suffers from undefined behavior due to it transmuting types to byte buffers and potentially unaligned memory accesses.

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