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

Upgrade to typed memory views #176

Open
matt-chan opened this issue Sep 12, 2016 · 1 comment
Open

Upgrade to typed memory views #176

matt-chan opened this issue Sep 12, 2016 · 1 comment
Labels
Milestone

Comments

@matt-chan
Copy link
Member

See http://cython.readthedocs.io/en/latest/src/userguide/memoryviews.html#comparison-to-the-old-buffer-support

It speeds things up significantly, and also gives us a better chance of having some sort of parallelism.

I think the change can be made mostly through a few clever 'sed's.

@matt-chan matt-chan added this to the 3.0.0 milestone Sep 12, 2016
@tovrstra
Copy link
Member

tovrstra commented Aug 3, 2017

There is a catch, but luckily not too relevant for us: Cython memoryviews do not support read-only buffers. cython/cython#1605. We just need to keep it in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants