I thought it was break even in byte counts between colon files and decolon files and unpacked MasterGy's nice little game made from Game Engine oh surprise! 400 bytes less with colons than without.
With more lines you have more CRLF's so for every colon you save CRLF's from line count
so you break even colon + Space = CRLF but with colons you have that much less lines.
So line counts 11+ versus 98 + = 87 whoa! but I got 400 byte difference guess where all the extra bytes were?
Here is the breakdown for asci chars of significance:
With more lines you have more CRLF's so for every colon you save CRLF's from line count
so you break even colon + Space = CRLF but with colons you have that much less lines.
So line counts 11+ versus 98 + = 87 whoa! but I got 400 byte difference guess where all the extra bytes were?
Here is the breakdown for asci chars of significance:
b = b + ...