Skip to content

[FEATURE] Implement a thread pool system #2

Description

@adriengivry

Currently, rasterized regions can be multithreaded by creating new threads every frame. While this can be ok when working with low thread counts, this becomes very costly when using dozens of cores while trying to render the scene at a high refresh rate.

We should add a thread pool and queue region rasterization tasks each frame, without having to create new threads.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions