TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why lowercase letters save data

4 pointsby pavanyaraover 1 year ago

1 comment

PaulHouleover 1 year ago
... one of my favorite prop bets is to bet that<p><pre><code> sort X | gzip -9 &gt; sorted.gz </code></pre> will make a smaller file than<p><pre><code> gzip -9 X &gt; not-sorted.gz </code></pre> for any text file, particularly something like a CSV. Much like lowercasing, it works almost every time.