Skip to content

Implement Multithreading #1

@Zi7ar21

Description

@Zi7ar21

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions