]> git.llucax.com Git - personal/website.git/blobdiff - source/blog/posts/2010/09/28-cdgc-done.rst
Update resume with The Podcast App
[personal/website.git] / source / blog / posts / 2010 / 09 / 28-cdgc-done.rst
index 6c571bac5c2e516fe032ef1eefce085cf73012fa..240542668d8a8e024c06701184a125d24d6cacf8 100644 (file)
@@ -5,8 +5,8 @@ I'm sorry about the quick and uninformative post, but `I've been almost 2 weeks
 without Internet`__ and I have to finish the first complete draft of my thesis__
 in a little more than a week, so I don't have much time to write here.
 
-__ http://llucax.com.ar/blog/blog/post/01f34e69
-__ http://www.llucax.com.ar/proj/dgc/
+__ /blog/blog/post/01f34e69
+__ /proj/dgc/
 
 The thing is, to avoid the `nasty effect of memory usage being too high`__ for
 certain programs when using `eager allocation`__, I've made the GC `minimize the
@@ -16,17 +16,17 @@ I think it's OK, in that cases the extra overhead of being concurrent is bigger
 than the gain (which is inexistent, because there is nothing to do in parallel
 with the collector).
 
-__ http://llucax.com.ar/blog/blog/post/-1a4bdfba
-__ http://git.llucax.com.ar/w/software/dgc/cdgc.git?a=commitdiff;h=6a40cbf5959226bf1e6ec7bdb6c7e03253072c28
-__ http://git.llucax.com.ar/w/software/dgc/cdgc.git?a=commitdiff;h=fcae2848ff5191cadae251c0a1c5ce3ea66a02b8
+__ /blog/blog/post/-1a4bdfba
+__ https://git.llucax.com/w/software/dgc/cdgc.git?a=commitdiff;h=6a40cbf5959226bf1e6ec7bdb6c7e03253072c28
+__ https://git.llucax.com/w/software/dgc/cdgc.git?a=commitdiff;h=fcae2848ff5191cadae251c0a1c5ce3ea66a02b8
 
 Finally, I've implemented `early collection`__, which didn't proved very useful,
 and tried to keep a better occupancy factor of the heap with the new
 `min_free`__ option, without much success either (it looks like the real winner
 was eager allocation).
 
-__ http://git.llucax.com.ar/w/software/dgc/cdgc.git?a=commitdiff;h=b5c4d254c9df225484907a78437474f95c3e48c4
-__ http://git.llucax.com.ar/w/software/dgc/cdgc.git?a=commitdiff;h=fab64ab48e28ed336fb0cdc638d656aacb89e614
+__ https://git.llucax.com/w/software/dgc/cdgc.git?a=commitdiff;h=b5c4d254c9df225484907a78437474f95c3e48c4
+__ https://git.llucax.com/w/software/dgc/cdgc.git?a=commitdiff;h=fab64ab48e28ed336fb0cdc638d656aacb89e614
 
 I'm sorry I don't have time to show you some graphs this time. Of course the
 work is not really finished, there are plenty of things to be done still, but