Skip to content

Don't go to arrow IPC and back on C++ -> Rust, use C FFI instead #4255

@Wumpf

Description

@Wumpf

We're loosing a lot of performance because of an extra IPC roundtrip when going from C++ through C to Rust.

Let's use the Arrow C ffi instead!
https://arrow.apache.org/docs/format/CDataInterface.html#structure-definitions

Further improvement from there is to not send the schema every time, but that's an extra step

Metadata

Metadata

Assignees

Labels

sdk-cppC/C++ API specific📉 performanceOptimization, memory use, etc

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions