Skip to content

Use multithreading for processing

Alan O'Cull requested to merge multithread into master

Multi-threading greatly speeds up the process since nothing has to return data back to the main thread. Concurrency for the win!

Merge request reports