Blender Git Commit Log
Git Commits -> Revision b84e6df
Revision b84e6df by Bastien Montagne (master) November 23, 2017, 20:12 (GMT) |
Add ability to use more than one mempool iterator simultaneously. This will allow threaded tasks to 'consume' all mempool items in parallel tasks, each one working on a whole chunk at once (to reduce concurrency managing overhead). |
Commit Details:
Full Hash: b84e6dfee4a82b4142651710cbe842f8d021a861
Parent Commit: ff9eab7
Lines Changed: +75, -4