Categorygithub.com/infobloxopen/go-trees
module
0.0.0-20221216143356-66ceba885ebc
Repository: https://github.com/infobloxopen/go-trees.git
Documentation: pkg.go.dev

# README

go-trees Build Status GoDoc Go Report Card

go packages for radix and other trees

# Packages

Package dltree implements red-black tree for key value pairs with domain label keys.
Package domain provide functions to parse and handle domain names and labels.
Package domaintree implements radix tree data structure for domain names.
ETC (Execute Template Catalog) executes all templates recursively in a given directory.
Package iptree implements radix tree data structure for IPv4 and IPv6 networks.
Package numtree implements radix tree data structure for 32 and 64-bit unsigned integets.
Package strtree implements red-black tree for key value pairs with string keys and custom comparison.
No description provided by the author