summaryrefslogtreecommitdiff
path: root/computation/memory-management.md
diff options
context:
space:
mode:
authorJJ2023-11-25 10:08:46 +0000
committerJJ2023-11-25 10:08:46 +0000
commitd2f845d7982d305022f4313c0faa343ae11693ad (patch)
treee28bec672c028a0716ed6669e26c387fa9fa97cf /computation/memory-management.md
parent384af43d4220eb93abe06668210c594923fb9a8c (diff)
meow
Diffstat (limited to 'computation/memory-management.md')
-rw-r--r--computation/memory-management.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/computation/memory-management.md b/computation/memory-management.md
new file mode 100644
index 0000000..b4dc8be
--- /dev/null
+++ b/computation/memory-management.md
@@ -0,0 +1,16 @@
+# memory management
+
+lobster
+- [Memory Management in Lobster](https://aardappel.github.io/lobster/memory_management.html)
+
+nim
+- [ARC/ORC in Nim](https://nim-lang.org/blog/2020/10/15/introduction-to-arc-orc-in-nim.html)
+- [ORC in Nim](https://nim-lang.org/blog/2020/12/08/introducing-orc.html)
+- [Destructors and Move Semantics in Nim](https://nim-lang.org/docs/destructors.html)
+- [Nim's ARC/ORC and Rust's move semantics](https://paste.sr.ht/blob/731278535144f00fb0ecfc41d6ee48513233baa4)
+
+## reference counting
+
+## tracing
+
+## ownership