Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize findLoadedParent #9050

Merged
merged 1 commit into from
Dec 3, 2019
Merged

optimize findLoadedParent #9050

merged 1 commit into from
Dec 3, 2019

Commits on Dec 2, 2019

  1. Optimize findLoadedParent

    Performance optimization when rendering view with a lot of satellite tiles.
    Measurements on Chrome (Version 78.0.3904.108 with CPU 4x slowdown in performance tab) on MacMini i7 3.2 Ghz.
    
    `map.repaint = true` in http://localhost:9966/debug/satellite.html#12.5/38.888/-77.01866/0/60
    
    Observed FPS count:
    master: 19-20FPS
    with this patch: 24.5-26 FPS
    astojilj committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    c71b504 View commit details
    Browse the repository at this point in the history