maxmind / mmdbwriter

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

Allow custom key generators #70

Closed oschwald closed 1 year ago

oschwald commented 1 year ago

A custom key generator can significantly improve the insertion performance when you are able to use domain knowledge of the specific data being inserted to more efficiently generate a unique key.

This also has some small performance improvements when using the default key generator.