Files
flaredetector/main/astrodatagui
SGCMarkus 38aa08fcd0 astrodatagui: CalcAllFlaresThread: split list of dictionaries
previously we had a lot of overhead spawning new processes for
every single list entry.
Splitting it this way only spawns <core count> processes once,
heaving no continuous overhead.
2024-05-15 11:00:02 +02:00
..