JackBuck / Robo-Plot

The main repository for our hackspace project.
2 stars 0 forks source link

Thread the dot-to-dot processing so that we can do it in parallel to moving #161

Open JackBuck opened 7 years ago

JackBuck commented 7 years ago

This is simply to speed up the challenge as a whole.

It should be done using a queue.Queue so that we don't have the "too many threads" problem from #158 .