This module implements a trie data structure. The term "trie" comes from the word retrieval, but is generally pronounced like "try". A trie is a tree structure (or directed acyclic graph), the nodes of which represent letters in a word. For example, ...
AVIF/Tree-Trie-1.9 - 02 Dec 2011 00:54:09 UTCMORNINDED/Tree-SEMETrie-0.04 - 14 Dec 2011 22:04:18 UTC
This module in an fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have childre...
RSAVAGE/Tree-Simple-1.33 - 06 Jan 2018 06:10:38 UTCA module for fast IP-routing-table lookups and IP-ACLs (Access Control Lists). It is NOT a standard patricia-trie implementation. This isn't possible for general blocks not represented by bitmasks, every tree item is a Net::IPAM::Block. The complexit...
GAISSMAI/Net-IPAM-Tree-1.12 - 17 Jul 2020 09:50:28 UTC