diff options
Diffstat (limited to 'computation/memory-management.md')
-rw-r--r-- | computation/memory-management.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/computation/memory-management.md b/computation/memory-management.md deleted file mode 100644 index a2edadc..0000000 --- a/computation/memory-management.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: computation -title: computation/memory management ---- - -# 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 |