Open nickpoorman opened 5 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).
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.