maplibre-gl-js icon indicating copy to clipboard operation
maplibre-gl-js copied to clipboard

Symbol projection optimization

Open kubapelc opened this issue 6 months ago • 10 comments

Implements a simple fast path for the most common type of symbols into the collision index.

Should partially fix #4419

Seems to be roughly ~10% faster in the symbol collision benchmark, where ~25% of symbols hit the fast path. No scientific measuring was done, I'm just eyeballing several runs of the benchmark.

Benchmark results

kubapelc avatar Aug 26 '24 11:08 kubapelc