Why lowercase letters save data

why-lowercase-letters-save-data

Lowercase letters and uppercase letters use the same amout of data — 1 byte each.

So, it’s surprising to learn that swapping uppercase letters for lowercase letters saves data.

How, you’ll have to read my article on my website. I normally put them on dev.to, but this one has too many interactive elements.

Here’s the article in full:

why lowercase letters save data

let me know what you think!

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
managing-up:-leveraging-one-on-one-check-ins-for-your-professional-development

Managing up: Leveraging one-on-one check-ins for your professional development

Next Post
generational-equity-advises-q-plus-labs-in-sale-to-industrial-inspection-&-analysis

Generational Equity Advises Q-PLUS Labs in Sale to Industrial Inspection & Analysis

Related Posts
rustup-が-“error:-linker-`cc`-not-found”-で失敗-–-alpine-linux-317-(rust-1.66)

rustup が “error: linker `cc` not found” で失敗 – Alpine Linux 3.17 (Rust 1.66)

はじめに Alpine Linux では Rustup が パッケージ として提供されています。Rust もあります。 Docker で Alpine Linux 上に Rust の開発環境を構築しました。 そしてその過程においてですが、以下のようなエラーが発生しました。cargo プロジェクトを試験的に動かした時のことです:…
Read More