Blender Git Loki
Git Commits -> Revision 21350b7
Revision 21350b7 by Sergey Sharybin (master) November 7, 2016, 10:04 (GMT) |
Despgraph: Optimize cycles detection algorithm The idea is simple: when falling back to one of the nodes which was partially handled we "resume" checking outgoing relations from the index which we stopped. This gives about 15-20% depsgraph construction time save. |
Commit Details:
Full Hash: 21350b73df0ebd78accf3567269e77d6dc774557
Parent Commit: 4c30a9e
Lines Changed: +23, -17