Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render all should parallelize commands instead of trusting Chunky #12

Open
matthiasvegh opened this issue Sep 27, 2014 · 0 comments
Open

Comments

@matthiasvegh
Copy link
Owner

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.

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

No branches or pull requests

1 participant