Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add criterion benches for arrow operations #276

Open
Max-Meldrum opened this issue Oct 5, 2021 · 0 comments
Open

Add criterion benches for arrow operations #276

Max-Meldrum opened this issue Oct 5, 2021 · 0 comments
Labels
domain: arrow Anything related to Arrow domain: performance Anything related to Arcon performance good first issue Good for newcomers

Comments

@Max-Meldrum
Copy link
Member

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,
}
@Max-Meldrum Max-Meldrum added good first issue Good for newcomers domain: performance Anything related to Arcon performance domain: arrow Anything related to Arrow labels Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: arrow Anything related to Arrow domain: performance Anything related to Arcon performance good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant