Files
test/source/blender
Jacques Lucke 614621747e 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.
2020-04-23 12:02:06 +02:00
..
2020-03-19 21:55:17 +01:00
2020-04-22 21:42:09 +02:00
2020-04-21 13:16:34 +02:00
2020-04-22 21:42:09 +02:00
2020-04-22 14:17:19 +02:00
2020-03-19 21:55:17 +01:00