Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Multithreading #1

Open
Zi7ar21 opened this issue Mar 1, 2021 · 0 comments
Open

Implement Multithreading #1

Zi7ar21 opened this issue Mar 1, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted A pull request is wanted

Comments

@Zi7ar21
Copy link
Owner

Zi7ar21 commented Mar 1, 2021

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.

@Zi7ar21 Zi7ar21 added enhancement New feature or request help wanted A pull request is wanted good first issue Good for newcomers labels Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted A pull request is wanted
Projects
None yet
Development

No branches or pull requests

1 participant