|
|
|
|
|
by C4stor
769 days ago
|
|
All of this seems unnecessary, and easily replaced in the provided benchmark by : i2 = np.ascontiguousarray(pg.surfarray.pixels3d(isurf)) Which does the 100x speedup too and is a "safe" way to adjust memory access to numpy strides. Whether the output is correct or not is left as an exercise to the author, since the provided benchmark only use np.zeros() it's kind of hard to verify |
|
TFA links to a GitHub repo with code resizing non-zero images, which you could use both to easily benchmark your suggested change, and to check whether the output is still correct.