Hacker News new | ask | show | jobs
by kkuduk 4815 days ago
well, there are memoryviews, but they could have been designed better
1 comments

Memoryviews 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.