Could you use BitVectors? They store boolean vectors using one bit per boolean.
On Thu, Mar 3, 2016 at 8:29 AM, Christina Lee <[email protected]> wrote: > > > I'm interested in looking at how to perform exact diagonalization of > various quantum states in Julia. > > This problem is often memory limited, but the states can often be > represented by strings of 0 and 1 (binary format). Not only that, but > various binary operations, and converting to other bases come in handy for > solving the problem. > > I can just work with array's of Int8, but binary would give a great boost > if possible, >
