pkgsrc/devel/py-bintrees/DESCR
khorben ba6e34f223 py-bintrees: import version 2.1.0
This package provides Binary- RedBlack- and AVL-Trees written in Python and
Cython/C.

This Classes are much slower than the built-in *dict* class, but all
iterators/generators yielding data in sorted key order. Trees can be
uses as drop in replacement for *dicts* in most cases.
2020-09-29 02:19:06 +00:00

6 lines
280 B
Text

This package provides Binary- RedBlack- and AVL-Trees written in Python and
Cython/C.
This Classes are much slower than the built-in *dict* class, but all
iterators/generators yielding data in sorted key order. Trees can be
uses as drop in replacement for *dicts* in most cases.