Open mnot opened 13 years ago
See also array.array(), memoryview, and:
http://dabeaz.blogspot.com/2009/08/python-binary-io-handling.html http://dabeaz.blogspot.com/2010/01/few-useful-bytearray-tricks.html http://bugs.python.org/issue7827
also (cleaning up old bookmarks):
http://blog.ez2learn.com/2010/04/22/memory-efficient-python-with-bytearray/ http://itamarst.org/writings/pycon05/fast.html http://www.slideshare.net/dabeaz/mastering-python-3-io http://eli.thegreenplace.net/2011/11/28/less-copies-in-python-with-the-buffer-protocol-and-memoryviews/ https://profiles.google.com/116139041198229909169/buzz/SmLJKHwpLPC
but see python issue7827.