zbrown (@zbr0wn) 's Twitter Profile
zbrown

@zbr0wn

ID: 1891095325

calendar_today21-09-2013 18:39:50

13 Tweet

1,1K Followers

1,1K Following

zbrown (@zbr0wn) 's Twitter Profile Photo

wincode v0.1.2 released - zerocopy deserialization for byte slices - automatic single-pass memcpy specialization for collection types containing bytes (Vec<u8>, [u8; N], etc) (no longer need to annotate Pod) - tuples now panic safe - doc improvements github.com/anza-xyz/winco…

zbrown (@zbr0wn) 's Twitter Profile Photo

plugged wincode into rust_serialization_benchmark github.com/djkoloski/rust… wincode is the second fastest library of the supported libraries no reason we can't be #1. will fix

plugged wincode into rust_serialization_benchmark github.com/djkoloski/rust…

wincode is the second fastest library of the supported libraries

no reason we can't be #1. will fix
zbrown (@zbr0wn) 's Twitter Profile Photo

wincode v0.2.0 released - compile-time type metadata → 5-10× faster (de)serialization, scaling with data size - automatic Pod + zerocopy inference - Reader/Writer are now traits - custom enum discriminant encodings / tags - more built-in types supported github.com/anza-xyz/winco…

zbrown (@zbr0wn) 's Twitter Profile Photo

wincode v0.2.3 released - comprehensive zero-copy support - derive macros will automatically mark your derived types as zero-copy eligible at compile time if they meet the criteria (more in docs) you may now replace bytemuck and zerocopy with wincode github.com/anza-xyz/winco…

zbrown (@zbr0wn) 's Twitter Profile Photo

wincode v0.3 released global compile-time config → compatible output with bincode 2.x standard, borsh, and more same format, faster start replacing github.com/anza-xyz/winco…