Files
test/source/blender/blenlib
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-04-22 12:53:47 +02:00
2019-11-25 01:51:11 +11:00
2020-03-06 11:52:32 +11:00
2020-01-07 13:49:10 +01:00
2020-02-07 15:29:46 +01:00
2020-02-20 12:19:55 +11:00
2019-09-30 17:07:05 +10:00
2020-04-22 12:53:47 +02:00
2020-04-22 12:53:47 +02:00
2019-04-18 07:59:28 +02:00