7 ms·
well, there are memoryviews, but they could have been designed better
by kkuduk 13y ago
well, there are memoryviews, but they could have been designed better
- travisoliphant 13y agoMemoryviews are the step-child of NumPy arrays. The buffer-protocol was the real intent and the memory view the forgotten "example" until a few brave and noble Python devs rescued it from obscurity. Memory-views are not that useful to one who will always have NumPy installed.