arcon icon indicating copy to clipboard operation
arcon copied to clipboard

Change unsafe_flight to use rkyv

Open Max-Meldrum opened this issue 3 years ago • 2 comments

Somewhat comparable in performance and removes two issues that we have using Abomonation: (1) requires mutable reference to the bytes; (2) deserialised object must be returned as a reference.

Max-Meldrum avatar Sep 16 '21 08:09 Max-Meldrum

https://github.com/djkoloski/rust_serialization_benchmark

Max-Meldrum avatar Sep 16 '21 09:09 Max-Meldrum

Add something like zstd for flight serde while we are at it.

Max-Meldrum avatar Sep 17 '21 08:09 Max-Meldrum