Hacker News new | ask | show | jobs
by cratermoon 940 days ago
uuencode has some additional overhead, namely 2 additional bytes per line, that means it varies from 60-70%, the latter being best case, while base64 is 75% efficient in all cases.