ReinUsesLisp 622830f4e1 maxwell_3d: Use insert instead of loop push_back
This reduces the overhead of bounds checking on each element.
It won't reduce the cost of allocation because usually this vector's
capacity is usually large enough to hold whatever we push to it.
2020-11-11 19:52:19 -03:00
..
2020-10-20 22:16:03 -04:00
2020-10-28 01:41:24 -03:00
2020-11-03 20:22:05 -05:00
2020-11-03 20:22:05 -05:00