bbchallenge / bbchallenge-deciders

Here we give programs that check if Turing machines halt or not.
10 stars 3 forks source link

Factorise parallelisation code which is present in almost all deciders #6

Open tcosmo opened 2 years ago

tcosmo commented 2 years ago

There is a big ugly loop that manages the parallelisation of deciders in go deciders, it should be factorised in one library call.