ashvardanian / SimSIMD

Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 📐
https://ashvardanian.com/posts/simsimd-faster-scipy/
Apache License 2.0
998 stars 59 forks source link

Feature: Bentley–Ottmann algorithm for trajectory matching #186

Open ashvardanian opened 2 months ago

ashvardanian commented 2 months ago

Describe what you are looking for

Together with Haversine and Vincenty formulae integrations, we can implement metrics for coordinate sets, geospatial geometries, and trajectories.

Can you contribute to the implementation?

Is your feature request specific to a certain interface?

C implementation

Contact Details

No response

Is there an existing issue for this?

Code of Conduct