mapbox / earcut.hpp

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

Benchmark against other tessellation libraries #3

Closed kkaefer closed 9 years ago

kkaefer commented 9 years ago

We should add a benchmark to see whether this is actually fast, and how it fares against other established tessellation libraries, like libtess2, and Poly2Tri.

ljbade commented 9 years ago

Should use randomised data or at least ensure CPU cache/branch prediction does not influence running the same test in a loop.

mourner commented 9 years ago

There's a benchmark against libtess (make run-bench), good enough for now.