https://github.com/kadyb/vector-benchmark has a bunch of comparisons in the vein of the Julia performance plot, for basic vector geometry ops (no polygon ops, just distance, contains, intersect, reproject/transform, buffer, and IO).
I opened a PR https://github.com/kadyb/vector-benchmark/pull/12 to add GeometryOps benchmarks here as well, but even if that doesn't get merged there we can still run those benchmarks, potentially every release or commit to master (or just when manually requested) over here:
If anyone here knows of other good benchmark sources for geometries, please let me know!
https://github.com/kadyb/vector-benchmark has a bunch of comparisons in the vein of the Julia performance plot, for basic vector geometry ops (no polygon ops, just distance, contains, intersect, reproject/transform, buffer, and IO).
I opened a PR https://github.com/kadyb/vector-benchmark/pull/12 to add GeometryOps benchmarks here as well, but even if that doesn't get merged there we can still run those benchmarks, potentially every release or commit to master (or just when manually requested) over here:
If anyone here knows of other good benchmark sources for geometries, please let me know!