Implement interoperability with Apache Arrow
SPC-code opened this issue · 0 comments
SPC-code commented
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.