cda-group/arcon

Add criterion benches for arrow operations

Max-Meldrum opened this issue · 0 comments

Add arrow.rs in benches/ and perform micro-benchmarks for creating ImmutableTable andRawTable to understand how our StructBuilder approach performs.

Using different sizes where the one below is "small".

#[derive(Arrow, Clone)]
pub struct Event {
   pub id: u64,
   pub data: f32,
}