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

Georust: use one big prepared geometry #28

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

Conversation


use geos::{CoordSeq, Geom, Geometry, PreparedGeometry};
use geo::{point, Contains, Geometry, MultiPolygon, Point, Polygon, PreparedGeometry, Relate};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great test case! I'm curious how the perf cares for your use case with geo vs. geos.

(I'll take a look at your PR soon!)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I didnt get to work further on the pr yet.

@gauteh gauteh changed the title Georust prepared Georust: use prepared geometries (under development) Jul 27, 2024
@gauteh gauteh changed the title Georust: use prepared geometries (under development) Georust: use one big prepared geometry Aug 18, 2024
@gauteh
Copy link
Owner Author

gauteh commented Aug 18, 2024

Unlikely to work on its own: georust/geo#1198 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shape and geo libraries: get rid of c++ and C libraries
2 participants