Ticket #178 (new enhancement)
Efficient slices in buffers
| Reported by: | dagss | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | wishlist |
| Component: | Code Generation | Keywords: | numerics |
| Cc: |
Description (last modified by dagss) (diff)
It could be possible to speed up slice operations on acquired buffers; i.e. the buffer protocol exports all information that would be necesarry in order to speed up
cdef object[int, ndim=2] a = ... cdef object[int, ndim=2] b = a[10:15:-1, 3:7] cdef object[int, ndim=1] c = a[:, 4]
Change History
Note: See
TracTickets for help on using
tickets.
