From e38ac353480c450f8827674007a35155f9b1d80f Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 25 Nov 2019 11:43:52 +0100 Subject: [PATCH] Add paper about lisp and cache to bibliotheca --- bibliotheca.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bibliotheca.md b/bibliotheca.md index 17db271..ad5f57b 100644 --- a/bibliotheca.md +++ b/bibliotheca.md @@ -35,4 +35,8 @@ Not much to say about this, everyone should have read SICP. ## Papers +### [Memory Cache and Lisp](https://people.eecs.berkeley.edu/~fateman/papers/cachelisp.pdf) + +> 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