georust / geo

Rust geospatial primitives & algorithms
https://crates.io/crates/geo
Other
1.57k stars 199 forks source link

Experiment with SIMD for speeding up algorithms #206

Open frewsxcv opened 6 years ago

frewsxcv commented 6 years ago

There's some interesting papers published in the past few years incorporating SIMD into geospatial algorithms:

And the SIMD story is getting better with Rust. There's also cool projects like:

urschrei commented 6 years ago

Yes! I've been wanting to experiment with SIMD point-in-polygon, dot product, and cross-product, but haven't had time to get to grips with it, and have also been waiting for SIMD to stabilise (and hopefully for Faster to adopt the std implementation)