apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
153 stars 34 forks source link

chore(dev/benchmarks): Add Python/asv benchmarking setup #412

Closed paleolimbot closed 3 months ago

paleolimbot commented 3 months ago

This PR adds a basic asv benchmarking setup for the Python bindings with a small suite of high-level benchmarks tracking a few of the opportunities I happen to know involve some Python looping.

paleolimbot commented 3 months ago

Thanks! The suite is very basic and basically mirrors the C benchmarks.