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

Large geometry intersection check perf speedup #701

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 15, 2022

  1. Large geometry intersection check perf speedup

    Above some threshold, it may be faster to load the geometry or geometries into an R*-star tree and query for a subset of intersection candidates.
    urschrei committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    cdd6c10 View commit details
    Browse the repository at this point in the history
  2. Only use R*-tree for polygon-polygon intersection

    Also use multiplicative threshold (TODO: what should it be?)
    urschrei committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e0de30c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01475f0 View commit details
    Browse the repository at this point in the history
  4. Cleaner imports

    urschrei committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    827be0b View commit details
    Browse the repository at this point in the history