youtube image
From YouTube: Rust Zürisee, Dec 2022: Supercharging Zero-Copy Deserialization

Description

Talk by Manish Goregaokar

Internationalization involves a lot of data. A Lot. And loading data can be slow.

ICU4X has dealt with this by going all-in on zero-copy deserialization, a technique that ensures that data loading involves fast validation as opposed to slow allocation. To help with this, we have built a suite of crates (yoke, zerovec, zerofrom, and databake) that make zero-copy deserialization easier to work with and more broadly applicable. This talk will tour through these crates, talking about what they do, how they work, and how they can be useful to you.

Slides: https://tinyurl.com/manishearth-zerocopy-talk
Meetup link: https://www.meetup.com/rust-zurich/events/289518586/

-- Chapters --
00:00 Supercharging Zero-Copy Deserialization by Manish Goregaokar
35:03 Questions