karagenit / bloodtest

Finding the Statistically Most Efficient Blood Test Method
MIT License
0 stars 0 forks source link

Multithreading #4

Open karagenit opened 6 years ago

karagenit commented 6 years ago

It seems like this is really slow... maybe because we have to create new threads for each in 1..150? If we split this range by the number of threads we wouldn't have to keep creating them.

Also, does Fiddle::Function.call only allow one thread to run at a time?