bluefeet / Geo-Distance

Calculate distances and closest locations. (DEPRECATED)
https://metacpan.org/pod/Geo::Distance
Other
6 stars 5 forks source link

Remove bubblesort #12

Closed avar closed 5 years ago

avar commented 8 years ago

This speeds up and simplifies the module by removing a custom bubblesort implementation in favor of Perl's built-in sort function.