Open Max-Meldrum opened 3 years ago
Add arrow.rs in benches/ and perform micro-benchmarks for creating ImmutableTable andRawTable to understand how our StructBuilder approach performs.
benches/
ImmutableTable
RawTable
Using different sizes where the one below is "small".
#[derive(Arrow, Clone)] pub struct Event { pub id: u64, pub data: f32, }
Add arrow.rs in
benches/
and perform micro-benchmarks for creatingImmutableTable
andRawTable
to understand how our StructBuilder approach performs.Using different sizes where the one below is "small".