X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/32cb310b42235f42ba8f9f70bb7ba3fe07b99377..ec015a066c46685155348842ed073175128e4723:/source/blog/posts/2008/08/lazy-freeing-rc.rst?ds=sidebyside 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.