tavianator/bfs

Make bftw() multi-threaded

tavianator opened this issue · 2 comments

Multi-threading in bftw() should allow for some compute and I/O parallelism. fd gets a great speedup from it, although implementing it in bfs will have significantly more complexity.

There is an initial attempt on the threads branch, but it currently doesn't scale.

Closing in favour of #65