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

meetup: add talk by Mo Bitar (mo8bit) #13

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion content/meetups/2024-02-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ the meetup.
- **13:00 - 14:00 WAT/CET** (e.g. Kinshasa, Berlin)
- **14:00 - 15:00 EET/CAT** (e.g. Lviv, Cairo)

### _Talk topic to be defined_
### Faster Rust Serialization

#### Speaker: [Mo Bitar (mo8it)](https://mo8it.com/)

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