-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Tasks
We currently are using FastSerde to do (de)serialization because found this was extremely slow in WASM in particular. I would like to suggest using rkyv which is a zero-copy serde lib.
- Make a benchmark comparing deserialization performance of
FastSerde,bincode, andrkyvin the browser context. We should find:Bincodeis quite slow taking tens of seconds to deserialize a handful of megabytes (10-50MB).FastSerdelikely the fastestrkyv(hopefully) barely slower thanFastSerdeor ideally faster.
Science!
Metadata
Metadata
Assignees
Labels
No labels