File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ how to share large blocks of memory between different libraries without
145145copying. This protocol has evolved over time from its original introduction in
146146Python 2 and later revamped implementation added in Python 3 (with backports to
147147Python 2.6 and 2.7). Due to the changes in its behavior from Python 2 to Python
148- 3 and what objects supported which parts of the buffer protocol, it was a bit
149- challenging to leverage effectively in Zarr. This despite the value of having
150- zero-copy when storing data or performing filtering and compression.
148+ 3 and what objects supported which implementation of the buffer protocol, it
149+ was a bit challenging to leverage effectively in Zarr. This despite the value
150+ of having zero-copy when storing data or performing filtering and compression.
151151
152152Thanks to some under-the-hood changes in Numcodecs 0.6 and Zarr 2.3, the buffer
153153protocol is now cleanly supported for Python 2/3 in both libraries when working
You can’t perform that action at this time.
0 commit comments