-.. raw:: html
-
- <div style="width: 220px; height: 330px; float: right; margin-left: 1em; margin-top: 1em">
- <iframe width="220" height="330" style="border: none; outline: none" src="http://tools.flattr.net/widgets/thing.html?thing=1141780"></iframe>
- </div>
-
=====================================
D Concurrent Garbage Collector (CDGC)
=====================================
__ http://www.digitalmars.com/d/
__ http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29
-__ http://www.llucax.com.ar/blog/blog/tag/dgc
-__ http://www.llucax.com.ar/blog/
-__ http://www.llucax.com.ar/blog/blog/tag/dgc?sort=+date
+__ /blog/blog/tag/dgc
+__ /blog/
+__ /blog/blog/tag/dgc?sort=+date
I have a page where I kept track of :doc:`interesting papers <papers>` I read
(or I want to read). If you know of any papers you think I would be
interested in, I'll appreciate if you can drop me an `e-mail`__.
-__ mailto:luca@llucax.com.ar
+__ mailto:luca@llucax.com
I've been lurking (and sometimes posting ;) to the `D newsgroups`__ for quite
some time now (I think since 2005). In that time I collected some
* CDGC__: The collector itself.
* dgcbench__: The benchmarks used to test the performance of the collector.
-__ http://git.llucax.com.ar/w/software/dgc/cdgc.git
-__ http://git.llucax.com.ar/w/software/dgc/dgcbench.git
+__ https://git.llucax.com/w/software/dgc/cdgc.git
+__ https://git.llucax.com/w/software/dgc/dgcbench.git
These other repositories are in in Spanish:
* Informe__: The thesis document itself.
* Presentacion__: The slides used to present the thesis.
-__ http://git.llucax.com.ar/w/facultad/75.00/propuesta.git
-__ http://git.llucax.com.ar/w/facultad/75.00/informe.git
-__ http://git.llucax.com.ar/w/facultad/75.00/presentacion.git
+__ https://git.llucax.com/w/z.facultad/75.00/propuesta.git
+__ https://git.llucax.com/w/z.facultad/75.00/informe.git
+__ https://git.llucax.com/w/z.facultad/75.00/presentacion.git
You can download too a :download:`CD image <cd.iso.bz2>` with all the code and
binaries ready to be tested (also available as a :download:`tar archive
__ http://www.dsource.org/projects/druntime/browser/branches/CDGC
__ http://www.dsource.org/projects/tango/ticket/1997
__ http://www.dsource.org/projects/tango
-__ http://llucax.com.ar/blog/blog/post/-3d3bc8f4
+__ /blog/blog/post/-3d3bc8f4
.. vim: set et sw=3 sts=3 tw=78 :