Alex Auvolat

Results 4 issues of Alex Auvolat

#### Use Case: We are using Sled as a storage backend for a distributed database system used in [Garage](https://garagehq.deuxfleurs.fr/) (a S3-compatible object store). We'd like to export some metrics to...

feature

Hello, I am the author of [Garage](https://garagehq.deuxfleurs.fr), a storage system that relies on `rmp-serde` to serialize all data that is persisted to disk. We are currently using version 0.15.5 of...

It would be nice to be able to obtain some information on the allocator during runtime: - how many bytes are currently allocated? - how many bytes can still be...

This PR tries to reduce the size of deserializers generated by rmp-serde by avoiding matching against irrelevant markers, instead using a specialized match expression that is generated using a macro...