This repository was archived by the owner on Apr 5, 2022. It is now read-only.
consider using queues to tell workers what pixels to draw? #402
michaelshumshum
started this conversation in
Ideas
Replies: 1 comment
-
It would be nice, but how much effort would that require vs how much longer is this project is going to be used? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
some people are reporting that several workers are drawing on to the same pixels when they have lower thread delays. i think one way to avoid it is to use queues so only one worker gets a specific task. this entirely removes overlapped tasks.
Beta Was this translation helpful? Give feedback.
All reactions