maxmind / mmdbwriter

Go library for writing MaxMind DB (mmdb) files
Apache License 2.0
116 stars 28 forks source link

Merge nodes on insertion rather than when finalizing #42

Closed oschwald closed 2 years ago

oschwald commented 2 years ago

This can reduce the amount of work later insertions have to do as they won't need to update extra duplicate data values.

The test differences are because there were two reserved networks that could be merged, which we previously didn't check for.