diff --git a/content/posts/2020-11-17-booleans-are-wasted-memory.md b/content/posts/2020-11-17-booleans-are-wasted-memory.md index 9c503d9..3ef6192 100644 --- a/content/posts/2020-11-17-booleans-are-wasted-memory.md +++ b/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.