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

perf: pre-project polylines, and improve simplification & culling #1805

Merged
merged 9 commits into from
Jan 23, 2024

Commits on Jan 21, 2024

  1. Project polylines at construction time in line with recent changes to…

    … polygons. This reduces the number of operations per frame. Also move simplifications into projected/planar space which helps to avoid distortions due to projections.
    ignatz committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7722a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7d3be5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    5a19858 View commit details
    Browse the repository at this point in the history
  2. Fix strokeWidthInMeters.

    ignatz committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2c52ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecbddd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33dc98f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    70a56b8 View commit details
    Browse the repository at this point in the history
  2. Made _ProjectedPoly* mutable to reduce GC stress

    Minor syntactic/formatting improvements
    JaffaKetchup committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9344c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef68db View commit details
    Browse the repository at this point in the history