From bba356aeeb71cdd0ecdf6e849ea28c56350b5381 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 21 Nov 2019 09:24:52 +0100 Subject: [PATCH] Add myths about CPU Caches --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e27674a..73c9803 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ complex. - [Hi! My name is...](https://www.youtube.com/watch?v=NIebelIpdYk) - This talk could have been named falsehoods about in usernames (and other identifiers). - [Myths about /dev/urandom](https://www.2uo.de/myths-about-urandom) - There are a few things about /dev/urandom and /dev/random that are repeated again and again. Still they are false. - [Falsehoods CS Students (Still) Believe Upon Graduating](https://www.netmeister.org/blog/cs-falsehoods.html) - A list of things (not only) computer science students tend to erroneously and at times surprisingly believe even though they (probably) should know better. +- [Myths about CPU Caches](https://software.rajivprab.com/2018/04/29/myths-programmers-believe-about-cpu-caches/) - Misconceptions about caches often lead to false assertions, especially when it comes to concurrency and race conditions. ## Typography