gx0r / rrgeo

A fast, offline, reverse geocoder
Apache License 2.0
122 stars 10 forks source link

use new_with_capacity to reduce allocations #2

Closed llogiq closed 8 years ago

llogiq commented 8 years ago

I also made the lookup return an Option<&Record> so clients can choose themselves if they want to clone, and rewrote some code to be more rustic.

gx0r commented 8 years ago

Thanks! This is my first Rust program so you help me learn a lot!

llogiq commented 8 years ago

My pleasure.