7 ms·
We use Rkyv heavily at Climatiq to embed already-parsed data into our binaries that we then serve on an edge network. The speed is great and for the happy path
by geewee 3y ago
We use Rkyv heavily at Climatiq to embed already-parsed data into our binaries that we then serve on an edge network. The speed is great and for the happy path it works very nicely, and is extremely fast. However the fact there's a separate version of each struct does become a bit of a bother.