You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chunky does a non-trivial amount of work before actual rendering, which at low targets (which for animations can be common) dominates. This can be parallelized by invoking Chunky several times in parallel, so for an eight core machine, eight single threaded instances of Chunky should be called at a time.
The text was updated successfully, but these errors were encountered:
Chunky does a non-trivial amount of work before actual rendering, which at low targets (which for animations can be common) dominates. This can be parallelized by invoking Chunky several times in parallel, so for an eight core machine, eight single threaded instances of Chunky should be called at a time.
The text was updated successfully, but these errors were encountered: