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.
This commit is contained in:
Vendored
+1
-1
Submodule externals/boost updated: b060148c08...97052c28ac
Reference in New Issue
Block a user