preserve

best way to preserve numpy arrays on disk

best way to preserve numpy arrays on disk Question: I am looking for a fast way to preserve large numpy arrays. I want to save them to the disk in a binary format, then read them back into memory relatively fastly. cPickle is not fast enough, unfortunately. I found numpy.savez and numpy.load. But the weird …

Total answers: 7