python-performance icon indicating copy to clipboard operation
python-performance copied to clipboard

Repository for the book Fast Python - published by Manning

Results 1 python-performance issues
Sort by recently updated
recently updated
newest added

https://github.com/tiagoantao/python-performance/blob/master/08-persistence/sec4-zarr/creation.py#L43-L60 I assume each `process_chunk` is only supposed to work within their assigned chunks. In the current implementation, a certain `process_chunk` could be doing the copying work that is supposed...