+
+.. Webs:
+.. ~~~~~
+
+.. [NAS00] Neil Schemenauer. `Garbage Collection for Python`__. 2000.
+__ http://arctrix.com/nas/python/gc/
+
+.. [PHP081] PHP Team. `PHP 5.3 alpha1 released!`__. PHP news archive.
+ 2008-08-01.
+__ http://www.php.net/archive/2008.php#id2008-08-01-1
+
+.. [GCBIB] Richard Jones. `The Garbage Collection Bibliography`__. 1996-2009.
+__ http://www.cs.ukc.ac.uk/people/staff/rej/gcbib/gcbib.html
+
+.. [MOLAWE] Paolo Molaro. `Compacting GC`__. The Mono Project. Obtenido en
+ Junio de 2009.
+__ http://www.mono-project.com/Compacting_GC
+
+.. [MOLA06] Paolo Molaro. `A new Mono GC`__. Octubre 2006.
+__ http://www.go-mono.com/meeting06/mono-sgen.pdf
+
+.. [BOEHWD] Hans-J. Boehm. `Conservative GC Algorithmic Overview`__. HP
+ Labs / SGI. Obtenido en Junio de 2009.
+__ http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcdescr.html
+
+.. [LWN90311] Ingo Molnar. `flexible-mmap-2.6.7-D5`__. Linux Weekly News.
+ Junio 2004.
+__ http://lwn.net/Articles/90311/
+
+.. [LMTDGC] Leandro Lucarella. `Luca's Meaninless Thoughts, tag DGC`__.
+ 2008-2010.
+__ http://llucax.com.ar/blog/blog/tag/dgc
+
+.. [DRT117] Sean Kelly. `D Concurrent GC`__. Lista de correo de Druntime. 15
+ de septiembre de 2010.
+__ http://lists.puremagic.com/pipermail/d-runtime/2010-September/000117.html
+
+.. [TT1997] Leandro Lucarella. `Integrate CDGC (D Concurrent Garbage
+ Collector)`__. Tango Issue Tracker. Octubre 2010.
+__ http://www.dsource.org/projects/tango/ticket/1997
+
+
+.. Grupo de noticias digitalmars.D:
+.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. [NGD46407] Oskar Linde. The problem with the D GC. Grupo de noticias
+ digitalmars.D, 8 de enero de 2007. `Mensaje número 46407`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/The_problem_with_the_D_GC_46407.html
+
+.. [NGD54084] Babele Dunnit. Problems with GC, trees and array concatenation.
+ Grupo de noticias digitalmars.D, 1ro de junio de 2007. `Mensaje número
+ 54084`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Problems_with_GC_trees_and_array_concatenation_54084.html
+
+.. [NGD5821] Antonio Monteiro. Thread and gc.fullCollect. Grupo de noticias
+ digitalmars.D, 11 de enero de 2007. `Mensaje número 5821`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/learn/thread_and_gc.fullCollect_5821.html
+
+.. [NGD35364] Frank Benoit. GC implementation. Grupo de noticias
+ digitalmars.D, 18 de marzo de 2006. `Mensaje número 35364`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/35364.html
+
+.. [NGD71869] Fawzi Mohamed. large objects and GC. Grupo de noticias
+ digitalmars.D, 16 de mayo de 2008. `Mensaje número 71869`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/large_objects_and_GC_71869.html
+
+.. [NGD75952] Alan Knowles. Threading and the Garbage handler mess. Grupo de
+ noticias digitalmars.D, 6 de septiembre de 2008. `Mensaje número 75952`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Threading_and_the_Garbage_handler_mess._75952.html
+
+.. [NGD13301] Pete Poulos. Weak references. Grupo de noticias digitalmars.D,
+ 5 de agosto de 2008. `Mensaje número 13301`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/learn/weak_references_13301.html
+
+.. [NGD86840] Simon Treny. Keeping a list of instances and garbage-collection.
+ Grupo de noticias digitalmars.D, 29 de marzo de 2009. `Mensaje número
+ 86840`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Keeping_a_list_of_instances_and_garbage-collection_86840.html
+
+.. [NGD69761] Jarrett Billingsley. Weak references. Grupo de noticias
+ digitalmars.D, 12 de abril de 2008. `Mensaje número 69761`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Weak_references._69761.html
+
+.. [NGD74624] Pete Poulos. Weak References. Grupo de noticias digitalmars.D,
+ 6 de agosto de 2008. `Mensaje número 74624`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Weak_References_74624.html
+
+.. [NGD88065] Jason House. D2 weak references. Grupo de noticias
+ digitalmars.D, 15 de abril de 2009. `Mensaje número 88065`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/D2_weak_references_88065.html
+
+.. [NGD88298] Leandro Lucarella. GC object finalization not guaranteed. Grupo
+ de noticias digitalmars.D, 18 de abril de 2009. `Mensaje número 88298`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/GC_object_finalization_not_guaranteed_88298.html
+
+.. [NGD44607] Russ Lewis. A TODO for somebody: Full Reflection Gets You
+ Smarter GC. Grupo de noticias digitalmars.D, 20 de noviembre de 2006.
+ `Mensaje número 44607`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/A_TODO_for_somebody_Full_Reflection_Gets_You_Smarter_GC_44607.html
+
+.. [NGD42557] Lionello Lunesu. Is a moving GC really needed? Grupo de noticias
+ digitalmars.D, 2 de octubre de 2006. `Mensaje número 425577`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Is_a_moving_GC_really_needed_42557.html
+
+.. [NGD38689] Frank Benoit. GC, the simple solution. Grupo de noticias
+ digitalmars.D, 4 de junio de 2006. `Mensaje número 38689`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/38689.html
+
+.. [NGD29291] Larry Evans. How does RTTI help gc?. Grupo de noticias
+ digitalmars.D, 21 de octubre de 2005. `Mensaje número 29291`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/29291.html
+
+.. [NGD75995] David Simcha. Partially Static GC. Grupo de noticias
+ digitalmars.D, 9 de septiembre de 2008. `Mensaje número 75995`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Partially_Static_GC_75995.html
+
+.. [NGD80695] David Simcha. Moving GC. Grupo de noticias digitalmars.D, 12 de
+ diciembre de 2008. `Mensaje número 80695`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Moving_GC_80695.html
+
+.. [NGDN87831] Leandro Lucarella. Re: Std Phobos 2 and logging library? Grupo
+ de noticias digitalmars.D, 10 de abril de 2009. `Mensaje número 87831`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Std_Phobos_2_and_logging_library_87794.html#N87831
+
+.. [NGD88559] Andrei Alexandrescu. -nogc. Grupo de noticias digitalmars.D, 23
+ de abril de 2009. `Mensaje número 88559`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/nogc_88559.html
+
+.. [NGD89394] David Simcha. Associative Arrays and Interior Pointers. Grupo de
+ noticias digitalmars.D, 4 de mayo de 2009. `Mensaje número 89394`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Associative_Arrays_and_Interior_Pointers_89394.html
+
+.. [NGD89302] David Simcha. Destructors and Deterministic Memory Management.
+ Grupo de noticias digitalmars.D, 3 de mayo de 2009. `Mensaje número
+ 89302`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Destructors_and_Deterministic_Memory_Management_89302.html
+
+.. [NGD22968] Maxime Larose. GC pauses. Grupo de noticias digitalmars.D, 2 de
+ mayo de 2005. `Mensaje número 22968`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/22968.html
+
+.. [NGD5622] Christian Schüler. D and game programming. Grupo de noticias
+ digitalmars.D, 30 de mayo de 2002. `Mensaje número 5622`__.
+__ http://www.digitalmars.com/d/archives/5622.html
+
+.. [NGD2547] Mark T. Real time programming why not? Grupo de noticias
+ digitalmars.D, 5 de enero de 2002. `Mensaje número 2547`__.
+__ http://www.digitalmars.com/d/archives/2547.html
+
+.. [NGD26273] Stewart Gordon. Copying/heap compacting GC. Grupo de noticias
+ digitalmars.D, 24 de marzo de 2004. `Mensaje número 26273`__.
+__ http://www.digitalmars.com/d/archives/26273.html
+
+.. [NGD18354] Jarrett Billingsley. Does the GC ever perform a generational
+ collect? Grupo de noticias digitalmars.D, 5 de marzo de 2005. `Mensaje
+ número 18354`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/18354.html
+
+.. [NGD67673] Leonardo Maffi. Slow GC? Grupo de noticias digitalmars.D, 13 de
+ marzo de 2008. `Mensaje número 67673`__.
+__ http://www.digitalmars.com/d/archives/digitalmars/D/Slow_GC_67673.html
+
+.. [NGD43991] Andrey Khropov. [Performance] shootout.binarytrees when