X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..ec015a066c46685155348842ed073175128e4723:/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 fa04377..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). -__ http://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.