arcon
arcon copied to clipboard
Change unsafe_flight to use rkyv
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.
https://github.com/djkoloski/rust_serialization_benchmark
Add something like zstd
for flight serde while we are at it.