353solutions / carrow

Go wrapper for Apache Arrow C++
https://arrow.apache.org/
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

Benchmarks #37

Open nickpoorman opened 4 years ago

nickpoorman commented 4 years ago

Have you run any benchmarks on this? I've been working through a similar Arrow implementation where all these cgo calls in loops are adding significant latency.

yonidavidson commented 4 years ago

We're currently at experimental stage where we mostly implement features and make the system useful. We do plan to run benchmarks and optimize, however one of the biggest speed gains will be by the ability to pass a pointer in shared memory to other languages that use the C++ library (such as pyarrow).