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:
parent
d151d797b1
commit
a320d1a5b4
2 changed files with 8 additions and 11 deletions
2
externals/boost
vendored
2
externals/boost
vendored
|
@ -1 +1 @@
|
|||
Subproject commit b060148c08ae87a3a5809c4f48cb26ac667487ab
|
||||
Subproject commit 97052c28acb141dbf3c5e14114af99045344b695
|
Loading…
Add table
Add a link
Reference in a new issue