2024-02-20
The February, 2024 Rust for Lunch meet-up. We'll have a single talk and then time for questions afterwards.
We'd like to remind everyone that all participants (speakers, moderators, and attendees) must follow the Code of Conduct during the meetup.
- Meet-up call link: https://lecture.senfcall.de/hay-gmh-wox-mru (Senfcall)
- Date: Tuesday, 20 February, 2024
- Time: 12:00 - 13:00 UTC
- 12:00 - 13:00 GMT (e.g. London, Bamako)
- 13:00 - 14:00 WAT/CET (e.g. Kinshasa, Berlin)
- 14:00 - 15:00 EET/CAT (e.g. Lviv, Cairo)
Faster Rust Serialization
Speaker: Mo Bitar (mo8it)
How to speed up Rust serialization with serde
by up to 2.25x 🚀!
What to expect:
- A simple example with JSON
- How serialization in serde works
- Manually implementing the Serialize trait
- Serialization with the newtype pattern
- Benchmarking with divan
- Discussing the overhead of allocations
Related blog post: https://mo8it.com/blog/faster-rust-serialization/