mapado / haversine

Calculate the distance between 2 points on Earth
MIT License
330 stars 62 forks source link

Improving haversine vector performance #64

Closed CrapsJeroen closed 1 year ago

CrapsJeroen commented 1 year ago

Trying to improve on #63

Current output gives 86.2 µs ± 212 ns per loop (mean ± std. dev. of 7 runs, 10,000 loops each)

jdeniau commented 1 year ago

See #65 as @jobh try another implementation there (with a bigger scale according to all the changes)