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

rubex typed memoryviews #55

Open
dsisnero opened this issue Apr 12, 2018 · 1 comment
Open

rubex typed memoryviews #55

dsisnero opened this issue Apr 12, 2018 · 1 comment

Comments

@dsisnero
Copy link

cython uses typed memoryviews for direct access to underlying c objects that implement a buffer protocol. Add something similar so that we can declare memoryviews on numo::narray , narray, and other objects and have direct pointer views of these objects

@v0dro
Copy link
Member

v0dro commented Apr 13, 2018

This would be a good feature. If you have any thoughts on how it can look in a Ruby-esque manner, please post them here so its helpful when we implement this.

@v0dro v0dro added this to the v0.3 milestone Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants