matthiasvegh / Chunkymator

A json generator for Chunky
GNU General Public License v2.0
5 stars 2 forks source link

Render all should parallelize commands instead of trusting Chunky #12

Open matthiasvegh opened 10 years ago

matthiasvegh commented 10 years ago

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.