BitVector

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Mar 10 00:49:06 EDT 2008


On 10 mar, 01:26, DanielJohnson <diffuse... at gmail.com> wrote:
> Hi,
>
> I am trying to solve a genetic algorithm problem where I want to read
> a bitvector of very large size (say 10000) and manipulate bits based
> on certain algorithms.
>
> I am a newbie in Python. What data structure are good to read such
> huge data set. Are there any built in classes for bit fiddling.
>
> Every help is greatly appreciated,
>
> Thanks




More information about the Python-list mailing list