Commit Graph

7 Commits

Author SHA1 Message Date
bolshoytoster
5f6ceaf4f1
Fixes some broken links and increases max retries for lychee (#659)
This will hopefully reduce the false reports due to some unreliable hosters.

* Fixes broken links in memory_management/README.md
* Fixes broken link in audio_comp_sci/README.md
* Fixes broken link in security/README.md
* Fixes broken links in garbage_collection/README.md
* Increase max retries for lychee
2022-04-09 12:05:02 -04:00
keddad
e98568b063 Fixed link (#568)
* Update README.md
* Fixed A Unified Theory of Garbage Collection link
2019-09-07 11:17:35 -04:00
Arunav Sanyal
2b26e0c707 Fixing readme entry in memory management (#416)
Teaching Garbage Collection without Implementing Compilers or Interpreters was pointing to a broken link. I am making a change to put to a link still active with the same paper.
2016-09-17 23:23:02 -04:00
Zachary Jones
d2acf0fc3b Update to all READMEs for hosted content
reorganization of so-called historical papers
2015-10-07 15:12:22 -04:00
Zeeshan Lakhani
28296332c2 Update README w/ bonwick slab allocator paper 2015-08-14 14:41:29 -04:00
Julian Squires
8feb4f4b1f Add ScatterAlloc paper
This paper was celebrated at PWLMTL#2 by Peter Zion, who also used it as
a springboard to discuss GPU architecture in general, as well as his
implementation based on the paper in the Fabric Engine
framework (fabricengine.com).
2014-11-05 18:14:18 -05:00
Julian Squires
b3e7a5cefc Generalize the garbage collection directory
Rather than artificially separate garbage collection from other classes
of memory management, I propose moving garbage collection topics under
the more general label of memory management ("storage management" or
"memory allocation" might be reasonable alternatives).
2014-11-05 18:04:06 -05:00