Blender Git Commits
March 10, 2015, 13:37 (GMT) |
D1171: Use GHash for BHead idname lookups This patch avoids looping over bhead's linked list when looking up values by name. Used during appaned and library loading. Gives noticeable overall speedup loading files that used libraries. (nearly 2x on some Mango files) |
March 10, 2015, 13:36 (GMT) |
Cleanup: refactor header lookups into functions |
March 10, 2015, 13:36 (GMT) |
Cleanup: use POINTER_OFFSET macro |