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
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.
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.
The text was updated successfully, but these errors were encountered: