<div dir="ltr"><div>With a custom wrapper class, it's possible to preserve NumPy views when pickling:</div><div><a href="https://stackoverflow.com/questions/13746601/preserving-numpy-view-when-pickling">https://stackoverflow.com/questions/13746601/preserving-numpy-view-when-pickling</a><br></div><div><br></div><div>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?</div></div>