aboutsummaryrefslogtreecommitdiff
path: root/src/tests/bigmyriad.cpp (follow)
AgeCommit message (Collapse)Author
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-06-15Bu::Myriad now only uses BitString during initialization, and I'm going toMike Buland
replace that with just an array, no problem. It's many, many, many times faster while streams are growing, and it should be constant time, not linear like it was before. It also handles myriad files in excess of 2gb correctly now, at least, it seems to just fine :)