Last Updated: February 25, 2016
·
1.696K
· demianbrecht

An in-depth look at Python memoryview and buffers

After stumbling on buffers and memoryviews in while going through the std lib, I decided to take an in-depth look at what they are, how they work and comparisons between the two throughout various versions of Python (namely 2.7 and 3.4(dev)).

http://demianbrecht.github.io/posts/2013/02/10/buffer-and-memoryview/