RagnarGrootKoerkamp / BAPCtools

Tools for developing ICPC-style programming contest problems.
GNU General Public License v3.0
49 stars 22 forks source link

[parallel] If not num_threads dont use tail recursion #327

Closed mzuenni closed 9 months ago

mzuenni commented 9 months ago

It fixes the same problem as @mpsijm in #306, but I think the problem is in fuzz and not how the queue behaves.

RagnarGrootKoerkamp commented 9 months ago

I'll just merge this and then we can merge #306 later if we feel like it.