Open hippke opened 5 years ago
reduces it by half (in main.py):
main.py
pool.close() pool.join() del pool del params gc.collect()
Not present for use_threads=1 and on Windows (even with multithreading)
use_threads=1
reduces it by half (in
main.py
):