Vladimir

7%
Flag icon
A memoryview is essentially a generalized NumPy array structure in Python itself (without the math). It allows you to share memory between data-structures (things like PIL images, SQLite databases, NumPy arrays, etc.) without first copying. This is very important for large data sets.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview