Yuri Kunde Schlesner
a320d1a5b4
Clipper: Avoid dynamic allocations
...
The triangle clipper was allocating its temporary input, output and work
buffers using a std::vector. Since this is a hot path, it's desirable to
use stack allocation instead.
2014-12-29 02:08:09 -02:00
..
2014-12-20 18:06:56 +01:00
2014-12-21 16:05:44 -05:00
2014-12-29 02:08:09 -02:00
2014-12-20 21:20:24 -08:00
2014-09-01 18:06:30 -03:00
2014-12-28 22:14:05 -05:00
2014-12-20 21:20:24 -08:00
2014-12-21 16:05:44 -05:00
2014-12-20 21:20:24 -08:00
2014-12-22 00:12:43 -05:00
2014-12-21 16:05:44 -05:00
2014-12-21 16:05:44 -05:00
2014-12-21 16:05:44 -05:00
2014-12-20 21:20:24 -08:00
2014-12-20 21:20:24 -08:00
2014-12-20 21:20:24 -08:00
2014-12-20 21:20:24 -08:00
2014-12-29 02:08:09 -02:00
2014-12-21 16:05:44 -05:00
2014-12-20 21:20:24 -08:00
2014-12-20 21:20:24 -08:00