oschwald / maxminddb-golang

MaxMind DB Reader for Go
ISC License
615 stars 101 forks source link

Ability to load database into memory. #45

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi there. I'm wondering if it's possible (and if so is there any examples) to look through the DB and input all the IPs and ISO2Codes to a map or similar so that it's faster to read? Thanks.