Blender Git Commit Log
Git Commits -> Revision 0b3183d
Revision 0b3183d by Campbell Barton (master) July 12, 2016, 01:56 (GMT) |
writefile: remove SDNA last-hit, optimize DNA reconstruct - Move last-hit index out of SDNA struct (allows for access by multiple threads). - Replace O(n^2) search with hash lookup in DNA reconstruction. |
Commit Details:
Full Hash: 0b3183d13cdbdcb06317fd1dd9b04ccd93a767c1
Parent Commit: 7212ebd
Lines Changed: +84, -72