freebsd-ports/math/py-bitvector/pkg-descr
Rong-En Fan 99a2f588a8 Add py-bitvector 1.3, a pure-Python memory-efficient packed
representation for bit arrays.

PR:		ports/107251
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2006-12-27 19:55:22 +00:00

6 lines
318 B
Text

The BitVector class for a memory-efficient packed representation of bit arrays
and for logical operations on such arrays. The core idea used in this Python
script for bin packing is based on an internet posting by Josiah Carlson to
the Pyrex mailing list.
WWW: http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-1.3.html