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

Improve deserialization performance #1834

Merged
merged 2 commits into from Oct 10, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Update bincode so that read_exact will work.

  • Loading branch information
jrmuizel committed Oct 10, 2017
commit d4d96c6acc5b1b2ae771c6208832b015db0d4c01

Some generated files are not rendered by default. Learn more.

@@ -11,7 +11,7 @@ ipc = ["ipc-channel"]

[dependencies]
app_units = "0.5.6"
bincode = "0.8"
bincode = "0.8.1"
bitflags = "0.9"
byteorder = "1.0"
euclid = "0.15"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.