Files
test/source/blender
Sergey Sharybin 83e8765562 Subdiv: Tweak threading settings
Ensure that all threads on a multi-core system are used.

The issue was that BLI_task module was trying to be smart and
used heuristic to find optimal number of iterations per thread.
This heuristic assumes that tasks are light-weight, which is
not a case for subdivision surface.

On a higher subdivision level with a file from T70826 the
evaluation time goes down from 0.25 to 0.17 seconds per modifier
evaluation.

When D6189 is finalized we can being some extra performance
improvement.
2019-11-19 16:58:58 +01:00
..
2019-09-12 18:59:44 +10:00
2019-09-10 00:04:02 +10:00
2019-10-17 12:40:36 +11:00
2019-10-24 18:15:08 +11:00
2019-11-18 16:39:01 +11:00
2019-10-10 10:29:50 +11:00
2019-11-14 19:24:49 +01:00
2019-11-08 11:44:23 +11:00