You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking for an IP/CIDR trie implementation that uses netip.Prefixes as keys and generics for values - not for route lookups, but for more general use.
I need a variety of queries, e.g.:
query by prefix (as opposed to single IP)
get the shortest prefix parent of an IP or prefix
get all descendants of a prefix
It looks like a lot of work has gone into tailscale/art, but it's designed to solve a more specific problem as efficiently as possible.
I'm commenting here in case anyone else (at Tailscale or otherwise) has ever needed something similar, and either has a solution or is interested in one. In case it doesn't exist yet, I'm about to start working on it at aromatt/netipmap.
This intended to be a continuation of: inetaf/netaddr#139. Since that repo has been archived, bringing it over here.
I noticed @bradfitz published tailscale/art recently. I'm wondering that is ready and still appropriate for use here?
The text was updated successfully, but these errors were encountered: