]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2008/08/lazy-freeing-rc.rst
Add some missing posts
[personal/website.git] / source / blog / posts / 2008 / 08 / lazy-freeing-rc.rst
index d5ca63dd7e0dcc7bcb7b3e796bff60638bb018f4..7a4c8fafc114756d2129e998f10428b5559e1c2b 100644 (file)
@@ -19,7 +19,7 @@ This doesn't seems like a huge cost anyways (just decrement a counter and,
 maybe, add it to a free-list). Allocation is (usually) not bounded anyways
 (except for compacting collectors).
 
 maybe, add it to a free-list). Allocation is (usually) not bounded anyways
 (except for compacting collectors).
 
-__ https://proj.llucax.com.ar/blog/dgc/blog/post/22688ccb
+__ https://llucax.com/blog/blog/post/22688ccb
 
 The big win? Bounded freeing. **Really** small pauses, with no extra costs.
 
 
 The big win? Bounded freeing. **Really** small pauses, with no extra costs.