Blender Git Commit Log
Git Commits -> Revision 6146217
Revision 6146217 by Jacques Lucke (master) April 23, 2020, 10:02 (GMT) |
BLI: optimize VectorSet implementation Instead of building on top of `BLI::Vector`, just use a raw array and handle the growing in `BLI::VectorSet`. After this change, the existing `EdgeSet` can be reimplemented using `BLI::VectorSet` without performance regressions. |
Commit Details:
Full Hash: 614621747ea214efc72a095fbef6695bf98a2bb4
Parent Commit: 68cfce1
Lines Changed: +107, -25