Is there a multicore option to compress a NumPy array?

93 Views Asked by At

I'm using np.savez_compressed() to compress and save a single large 4D NumPy array, but it uses only one CPU core. Is there an alternative, which can use many cores? Preferably something simple without need to code array split and compression of its pieces in multiple processes.

0

There are 0 best solutions below