rvirding / rb

Red-Black tree implementations of dicts and sets.

This URL has Read+Write access

rvirding (author)
Thu May 07 16:14:31 -0700 2009
commit  45c9be429bce994ee01c86c51dd4b74a4a98d854
tree    cfd24d65fbf84f41830dbdf7262198955f0507a6
parent  c63b1a758ac9334d4312e4107c63dc4286149985
rb /
name age message
file COPYRIGHT Loading commit data...
file README
directory doc/
directory ebin/
directory src/
README
These are implementations of sets and dictionaries based on Red-Black
trees.

The dict compatible dictionary implementation supports the full dict
interface and is drop-in compatible with both dict and orddict.

The sets compatible set implementation supports the full sets
interface and is drop-in compatible with both sets and ordsets.

Documentation is included.