aboutsummaryrefslogtreecommitdiff
path: root/src/tests/bigmyriad.cpp (follow)
AgeCommit message (Collapse)Author
5 daysIt could use more testing, but...it works.Mike Buland
2024-08-27Making progress.Mike Buland
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 :)