-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve splitter #272
Improve splitter #272
Conversation
42e5a58
to
4e66ea4
Compare
4e66ea4
to
f8ebfe0
Compare
20826b7
to
0b4afe5
Compare
0b4afe5
to
462e1fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: can this optimization be applied in the "regular" cell-iterator also?
What happens with this todo? Is there already an issue for that, if necessary?
...l/src/main/java/org/heigit/bigspatialdata/oshdb/util/geometry/fip/FastPolygonOperations.java
Show resolved
Hide resolved
...l/src/main/java/org/heigit/bigspatialdata/oshdb/util/geometry/fip/FastPolygonOperations.java
Show resolved
Hide resolved
462e1fd
to
55a8f45
Compare
-> #289 |
Makes use of
LazyEvaluatedObject
s andPreparedGeometry
s to improve performance of geometry splitter (used inaggreateByGeometry
queries):PreparedGeometry.intersects
to reduce expensiveintersection
callsLazyEvaluatedObject
to avoid expensive calculations of intersections when they might not get used after all.Checklist