georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.49k stars 194 forks source link

GeometryGraph and PreparedGeometry multi-threaded (Send) #1198

Open gauteh opened 3 weeks ago

gauteh commented 3 weeks ago

Work in progress:

Make GeometryGraph and PreparedGeometry Send so that it can be used by multiple threads.

Based on and depends on: https://github.com/georust/geo/pull/1197

michaelkirk commented 3 days ago

1197 has been merged - could you do a rebase or merge to minimize the diff?

gauteh commented 2 days ago

I have rebased, but I haven't had time to work any further on this yet (feel free to make changes if you have time).