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

# Packages

Package domaintree16 implements radix tree data structure for domain names.
Package domaintree32 implements radix tree data structure for domain names.
Package domaintree64 implements radix tree data structure for domain names.
Package domaintree8 implements radix tree data structure for domain names.
Package iptree16 implements radix tree data structure for IPv4 and IPv6 networks as key and uint16 as value.
Package iptree32 implements radix tree data structure for IPv4 and IPv6 networks as key and uint32 as value.
Package iptree64 implements radix tree data structure for IPv4 and IPv6 networks as key and uint64 as value.
Package iptree8 implements radix tree data structure for IPv4 and IPv6 networks as key and uint8 as value.
Package strtree16 implements red-black tree for key value pairs with string keys, uint16 values and custom comparison.
Package strtree32 implements red-black tree for key value pairs with string keys, uint32 values and custom comparison.
Package strtree64 implements red-black tree for key value pairs with string keys, uint64 values and custom comparison.
Package strtree8 implements red-black tree for key value pairs with string keys, uint8 values and custom comparison.