-
-
Notifications
You must be signed in to change notification settings - Fork 3
[FEATURE] Implement a thread pool system #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request