Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate to serde 1.0 branch #149
Conversation
|
Ah! You beat me to it! I got about half of this done over the weekend, so I'm super happy that you finished up! According to bincode_bench, this upgrade is faster too! |
|
Btw, Servo is planning on adding support for bincode in webrender here: servo/webrender#1124 (comment) They're concerned about deserializing perf, so I was wondering if you had some insight into why deserializing seems to be a lot more costly than serializing. Their structures seem to be mostly structs and enums, and I was wondering if there is anything we could do to speed it up? |
|
@TyOverby I'll leave the zero-copy refactor to you. |
|
@dtolnay Sounds good. Merge now, zero copy later? |
|
Sure, just make sure not to publish it until then. Maybe stick a |
|
|
|
added |
dtolnay commentedApr 17, 2017
TODO: