"Tor Erik Sønvisen" <[EMAIL PROTECTED]> writes: > I need a time and space efficient way of storing up to 6 million bits. Time > efficency is more important then space efficency as I'm going to do searches > through the bit-set.
Umm, what kind of searches do you want to do? For speed you want to use built-in functions wherever you can, string.find and that kind of thing. So choose your data format accordingly. -- http://mail.python.org/mailman/listinfo/python-list