Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement interoperability with Apache Arrow #527

Open
SPC-code opened this issue Feb 18, 2024 · 0 comments
Open

Implement interoperability with Apache Arrow #527

SPC-code opened this issue Feb 18, 2024 · 0 comments
Labels
feature A new feature request good first issue The issue awaits its hero. Contributions are welcome

Comments

@SPC-code
Copy link
Contributor

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.

@SPC-code SPC-code added good first issue The issue awaits its hero. Contributions are welcome feature A new feature request labels Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request good first issue The issue awaits its hero. Contributions are welcome
Projects
None yet
Development

No branches or pull requests

1 participant