mozilla-services / location-leaderboard

A leaderboard service for Mozilla Geolocation Stumbling
Mozilla Public License 2.0
4 stars 5 forks source link

Improve compute_ranks performance #282

Closed jaredlockhart closed 8 years ago

jaredlockhart commented 8 years ago

If we compare the distance for each record with its distance to each country, the runtime will explode. Use a more optimal method to correlate a point to a country.