Browse Source

Fix date

restructure
Garrit Franke 3 years ago
parent
commit
564b5c583e
  1. 2
      content/posts/2020-11-17-booleans-are-wasted-memory.md

2
content/posts/2020-11-17-booleans-are-wasted-memory.md

@ -1,6 +1,6 @@
---
title: Booleans are wasted memory
date: "2020-11-06"
date: "2020-11-17"
---
A boolean is either `true` or `false`. That translates to 1 or 0. If you think that one bit is enough to store this information, you'd be wrong.

Loading…
Cancel
Save