maxmind / MaxMind-DB-Reader-java

Java reader for the MaxMind DB format
https://maxmind.github.io/MaxMind-DB-Reader-java/
Apache License 2.0
114 stars 43 forks source link

immutable ContainerNodes to avoid deep copies #24

Closed phraktle closed 8 years ago

phraktle commented 8 years ago

Note, this requires Jackson 2.7.x.

Refs #13.

oschwald commented 8 years ago

Thanks!

oschwald commented 8 years ago

I also released a new version of this and the GeoIP2 API.