Closed seallard closed 3 years ago
Alternatives to pickle? If pickle, use higher protocol for dumping. Also reduce the number of objects, only store actual data of interest.
While it is nice to have the actual genomes saved to be able to rerun specific evaluations, it is not really necessary. Use JSON and just store the data of interest.
30 runs resulted in 11 Gb pickled data. That is stupid and takes forever to write/load.