From 95705fa53bf05e16b7c603d436035d3c62f08ea4 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 17 Feb 2020 12:00:09 +0100 Subject: [PATCH] Update bibliotheca.md --- bibliotheca.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bibliotheca.md b/bibliotheca.md index 4c796b2..74a3e29 100644 --- a/bibliotheca.md +++ b/bibliotheca.md @@ -50,3 +50,7 @@ Not much to say about this, everyone should have read SICP. > Here we concentrate on automatic rearrangement of data, and examine the belief, common in some technical circles, that modern generational copying garbage collectors (GC) will improve data caching by relocating and compressing data, as a matter of normal processing. ## Blogs + +## Others + +### [How These Things Work](https://reasonablypolymorphic.com/book/preface)