SciProgCentre/kmath

Implement interoperability with Apache Arrow

Opened this issue · 0 comments

The idea is to implement serialization and direct zero-copy working with buffer-like structures using Apache Arrow. Basically one needs to implement a Buffer and MutableBuffer on top of Arrow and think of some way to pass metadata (such as strides for multidimensional buffers).

This could be solved together with #432.