iptrie


IP prefix matching data structure written in Go

This is intended to solve the problem of quickly resolving geolocation information for an IP address. The data structure is generalized where any data can be stored and returned for a longest prefix match or if the address falls within one of the specified ranges.

go get code.google.com/p/iptrie/...

Project Information

The project was created on Apr 22, 2013.

Labels:
Go Networking Geo