Python is convenient and flexible, yet notably slower than other languages for raw computational speed. The Python ecosystem has compensated with tools that make crunching numbers at scale in Python ...
In [1]: import numpy as np In [2]: np.unravel_index(np.array([[1, 0, 1, 0]], dtype=np.uint32), (4,)) python3: ../numpy/_core/src/multiarray/nditer_constr.c:2081 ...
Related to #2436 but not exactly the same - trying to save a bytes array in a MemoryStore causes IndexError. It does warn me that I should use bytes at my own risk ...