Implement Multithreading #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
A pull request is wanted
Currently, the program runs on a single thread. This is very slow and Path-Tracing is an embarrassingly multithreaded task. Rather than a single thread working pixel by pixel until the image is complete, it would be much faster to have multiple threads working on pixels simultaneously.
The text was updated successfully, but these errors were encountered: