compressing vector of bitset

May 3, 2012 at 2:47pm
I have huge about of texts, with each line being saved into multiple(i am processing each line in another part of program..but i want to effectively keep each line in memory so i choose bitset, thinking i can somehow compress this
automatically...
 
vector<bitset<8> > 


is there a way to compress(like remove 0s,etc.) to save space?
May 3, 2012 at 5:53pm
well..a bitset compression routine in C++ ...
Topic archived. No new replies allowed.