CAnBioNet / TkNA

9 stars 1 forks source link

Random networks: Use temp dirs as data intermediaries #12

Closed macovskym closed 1 year ago

macovskym commented 1 year ago

Instead of keeping all data in memory and writing it to a pickle file at the end of random network generation or stat computation, each process writes its results to a new file in a temporary directory. Then, at the end of a script, this directory is zipped.