update Tue Feb 23 12:37:00 PST 2010
[pkgsrc.git] / devel / py-kjbuckets / DESCR
1 The  kjbuckets  module  defines  three  data  types for Python: kjSet,
2 kjGraph,  and  kjDict.  These  types  come with a number of associated
3 methods,  including  common  set theoretical operations such as union,
4 intersection,  difference,  composition,  transposition,  reachability
5 sets, and transitive closure.
6
7 For  suitably  large compute intensive uses these types should provide
8 up to an order of magnitude speedup versus an implementation that uses
9 analogous operations implemented directly in Python.