aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/memory_management/reference_counting.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bookmark/memory_management/reference_counting.md')
-rw-r--r--documentation/bookmark/memory_management/reference_counting.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/memory_management/reference_counting.md b/documentation/bookmark/memory_management/reference_counting.md
index 024713c2f..2601bad95 100644
--- a/documentation/bookmark/memory_management/reference_counting.md
+++ b/documentation/bookmark/memory_management/reference_counting.md
@@ -1,6 +1,7 @@
# Reference
0. []()
+0. [Reference Counting with Frame Limited Reuse (extended version, v2)](https://www.microsoft.com/en-us/research/publication/reference-counting-with-frame-limited-reuse-extended-version/)
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)