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

Add faster serde serialization, sacrificing invariant-safety for speed in release mode; test that it roudtrips #252

Closed
wants to merge 4 commits into from

Commits on Dec 17, 2016

  1. Add faster serde serialization, sacrificing invariant-safety for spee…

    …d in release mode; test that it roudtrips
    Manishearth committed Dec 17, 2016
  2. Add an external serde code generator to cut down on compile time

    erickt authored and Manishearth committed Dec 17, 2016

Commits on Dec 18, 2016

  1. Use serialize_efficient and deserialize_efficient instead of hijackin…

    …g regular Serialize impl
    Manishearth committed Dec 18, 2016
  2. Rename to serialize_unsafe

    Manishearth committed Dec 18, 2016
You can’t perform that action at this time.