cda-group/arcon

Change unsafe_flight to use rkyv

Max-Meldrum opened this issue · 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.

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