blob: 36ebcf870e2d6579e2ae6f71c52e4428ca528c58 (
plain) (
blame)
1
2
3
4
5
6
|
A simple class to provide a dictionary style API to a binary tree of data.
This can provide a useful alternative to a long-lived hash in long running
daemons and processes.
WWW: https://metacpan.org/release/Tree-Binary-Dictionary
|