Files
test/source/blender
Jacques Lucke a264dff4fa BLI: optimize Map/Set/VectorSet.clear methods
Previously, those methods would destruct and reconstruct
the data structure. While that was more simple in initial
implementation, it has some downsides which are not resolved:
* Already allocated memory is lost. So new memory would have
  to be allocated when the data structure is refilled.
* The clearing process itself was slower because it did unnecessary
  work.
2022-03-29 10:41:01 +02:00
..
2022-03-26 18:04:19 +11:00
2022-03-16 11:58:22 +11:00
2022-03-24 21:21:18 -04:00
2022-03-28 15:53:19 -05:00
2022-03-25 12:04:14 +11:00