in reply to Re^2: 2GB limit to vecs (Bit::Vector?)
in thread 2GB limit to vecs
I suppose the obvious fix here is to split your data into chunks and make access a two step process - pick the right chunk and then vec() into it.
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: 2GB limit to vecs (Bit::Vector?)
by syphilis (Archbishop) on Jun 24, 2008 at 00:41 UTC |