From: Blair Z. <bl...@or...> - 2003-03-13 18:13:33
|
Brian Hurt wrote: > > Third and last library being submitted for comment: Bitset. > > This library implements sets of small non-negative integers as a bitset. > The big advantage of this implementation is O(1) adding, removing, or > testing for membership. Brian, Because this module is O(1), maybe BitVector would be a better name, as suggested by another poster on this list when we discussed the MutableList? Best, Blair -- Blair Zajac <bl...@or...> Plots of your system's performance - http://www.orcaware.com/orca/ |