mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
6 lines
232 B
Text
6 lines
232 B
Text
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/
|