Package: wnpp
Severity: wishlist
Owner: Eric Dorland <[email protected]>

* Package name    : golang-github-phemmer-go-iptrie
  Version         : 0.0~git20240326.ba542f5-1
  Upstream Author : Patrick Hemmer
* URL             : https://github.com/phemmer/go-iptrie
* License         : Expat
  Programming Lang: Go
  Description     : 

 Highly performant IP storage & lookup using a trie in Golang.
 .
 The trie is a compressed IP radix trie implementation, similar to what
 is described at (https://vincent.bernat.im/en/blog/2017-ipv4-route-
 lookup-
 linux). Path compression is used to merge nodes with only one child into
 their parent, decreasing the amount of traversals needed when looking up
 a value.

Needed as a dependency for https://codeberg.org/miekg/dns.

Reply via email to