Skip to content

[FEATURE] Implement a thread pool system #2

@adriengivry

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.

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