Update memory management

simon 2025-07-05 15:41:50 +00:00
parent 4ff9ff5898
commit a9d473ee58

@ -1,7 +1,7 @@
Most of the memory management ideas that I want to experiment with this thing are documented in essays on my blog:
1. [Functional languages, memory management, and modern language runtimes](http://blog.journeyman.cc/2013/08/functional-languages-memory-management.html)
2. [Reference counting, and the garbage collection of equal sized objects](http://blog.journeyman.cc/2013/08/reference-counting-and-garbage.html)
1. [Functional languages, memory management, and modern language runtimes](https://www.journeyman.cc/blog/posts-output/2013-08-23-functional-languages-memory-management-and-modern-language-runtimes/)
2. [Reference counting, and the garbage collection of equal sized objects](https://www.journeyman.cc/blog/posts-output/2013-08-25-reference-counting-and-the-garbage-collection-of-equal-sized-objects/)
Brief summary: