jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Look into writing TeamResults in parallel #1165

Open jpschewe opened 7 months ago

jpschewe commented 7 months ago

It would be nice to speed up the generation a bit if there are multiple processors in the system. Doing this would involve creating the documents and then combining them in the end. I'd need to make sure that I don't exhaust memory.