blob: daf82fa39fd63418ba2f5ee5f09b5b46471cd24d (
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: http://search.cpan.org/dist/Tree-Binary-Dictionary
|