thor icon indicating copy to clipboard operation
thor copied to clipboard

recv_into / memoryview / bytearray

Open mnot opened this issue 14 years ago • 2 comments

but see python issue7827.

mnot avatar Jun 30 '11 10:06 mnot

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

mnot avatar Aug 04 '11 04:08 mnot

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

mnot avatar Apr 11 '12 02:04 mnot