X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/026ddd134c2a47ab83069548c56f2e3d4cc04464..5a226a8f0e5cb4e134ee7aa9f86dfd4281049bc2:/source/blog/posts/2008/08/lazy-freeing-rc.rst diff --git a/source/blog/posts/2008/08/lazy-freeing-rc.rst b/source/blog/posts/2008/08/lazy-freeing-rc.rst index d5ca63d..7a4c8fa 100644 --- a/source/blog/posts/2008/08/lazy-freeing-rc.rst +++ b/source/blog/posts/2008/08/lazy-freeing-rc.rst @@ -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). -__ 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.