[Numpy-discussion] Preserving NumPy views when pickling

Stephan Hoyer shoyer at gmail.com
Tue Oct 25 15:38:16 EDT 2016


With a custom wrapper class, it's possible to preserve NumPy views when
pickling:
https://stackoverflow.com/questions/13746601/preserving-numpy-view-when-pickling

This can result in significant time/space savings with pickling views along
with base arrays and brings the behavior of NumPy more in line with Python
proper. Is this something that we can/should port into NumPy itself?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20161025/30897e70/attachment.html>


More information about the NumPy-Discussion mailing list