aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/memory_management/reference_counting.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/memory_management/reference_counting.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/bookmark/memory_management/reference_counting.md b/documentation/bookmark/memory_management/reference_counting.md
index 7a09fdcf0..024713c2f 100644
--- a/documentation/bookmark/memory_management/reference_counting.md
+++ b/documentation/bookmark/memory_management/reference_counting.md
@@ -1,4 +1,7 @@
# Reference
+0. []()
+0. [Implementing the Perceus reference counting GC](https://dev.to/raviqqe/implementing-the-perceus-reference-counting-gc-5662)
+0. [Perceus: Garbage Free Reference Counting with Reuse (Extended version)](https://www.microsoft.com/en-us/research/publication/perceus-garbage-free-reference-counting-with-reuse/)
0. [StaticRc](https://github.com/matthieu-m/static-rc)