Fil / d3-geo-voronoi

Voronoi / Delaunay tessellations on the sphere
ISC License
229 stars 24 forks source link

Faster #7

Open Fil opened 6 years ago

Fil commented 6 years ago

Ideas for later:

mbostock commented 6 years ago

Another small optimization is using d3.geoStereographicRaw (or inline the definition) instead of d3.geoStereographic.

mourner commented 6 years ago

Skimming through the code, I also recommend:

Fil commented 5 years ago

https://github.com/Fil/d3-geo-voronoi/commit/4b9aee7f0bfd84cdc962f97e4dc1d2b9e001f926 uses a direct formula for the stereographic

Fil commented 4 years ago

A good reference presentation :) https://www.dotconferences.com/2019/12/vladimir-agafonkin-algorithmic-performance-optimization-in-practice