cda-group / arcon

State-first Streaming Applications in Rust

Home Page:https://cda-group.github.io/arcon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change unsafe_flight to use rkyv

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