mapbox / earcut.hpp

Fast, header-only polygon triangulation
ISC License
858 stars 133 forks source link

Arena allocation for Node objects #4

Closed kkaefer closed 9 years ago

kkaefer commented 9 years ago

We should introduce arena allocation for Node objects, and possibly even change the Node pointers to indexes in the arena store.

jfirebaugh commented 9 years ago

Done in #10.