You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
andMutableBuffer
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.
The text was updated successfully, but these errors were encountered: