Add paper about lisp and cache to bibliotheca

This commit is contained in:
Talia 2019-11-25 11:43:52 +01:00 committed by GitHub
parent b308eceda9
commit e38ac35348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -35,4 +35,8 @@ Not much to say about this, everyone should have read SICP.
## Papers ## 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 ## Blogs