Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Garbage_collection_(computer_science)> ?p ?o. }
Showing items 1 to 51 of
51
with 100 items per page.
- Garbage_collection_(computer_science) abstract "In computer science, garbage collection (GC) is a form of automatic memory management. The garbage collector, or just collector, attempts to reclaim garbage, or memory occupied by objects that are no longer in use by the program. Garbage collection was invented by John McCarthy around 1959 to solve problems in Lisp.Garbage collection is often portrayed as the opposite of manual memory management, which requires the programmer to specify which objects to deallocate and return to the memory system. However, many systems use a combination of approaches, including other techniques such as stack allocation and region inference. Like other memory management techniques, garbage collection may take a significant proportion of total processing time in a program and can thus have significant influence on performance.Resources other than memory, such as network sockets, database handles, user interaction windows, and file and device descriptors, are not typically handled by garbage collection. Methods used to manage such resources, particularly destructors, may suffice to manage memory as well, leaving no need for GC. Some GC systems allow such other resources to be associated with a region of memory that, when collected, causes the other resource to be reclaimed; this is called finalization. Finalization may introduce complications limiting its usability, such as intolerable latency between disuse and reclaim of especially limited resources, or a lack of control over which thread performs the work of reclaiming.".
- Garbage_collection_(computer_science) wikiPageExternalLink index.html.
- Garbage_collection_(computer_science) wikiPageExternalLink summary?doi=10.1.1.47.2438.
- Garbage_collection_(computer_science) wikiPageExternalLink summary?doi=10.1.1.47.275.
- Garbage_collection_(computer_science) wikiPageExternalLink meixnergc.
- Garbage_collection_(computer_science) wikiPageExternalLink tinygc.sourceforge.net.
- Garbage_collection_(computer_science) wikiPageExternalLink Realtime.html.
- Garbage_collection_(computer_science) wikiPageExternalLink conservative_gc.aspx.
- Garbage_collection_(computer_science) wikiPageExternalLink www.memorymanagement.org.
- Garbage_collection_(computer_science) wikiPageExternalLink gc-tuning-6-140523.html.
- Garbage_collection_(computer_science) wikiPageID "6734".
- Garbage_collection_(computer_science) wikiPageRevisionID "606549301".
- Garbage_collection_(computer_science) hasPhotoCollection Garbage_collection_(computer_science).
- Garbage_collection_(computer_science) subject Category:Articles_with_example_code.
- Garbage_collection_(computer_science) subject Category:Automatic_memory_management.
- Garbage_collection_(computer_science) subject Category:Memory_management.
- Garbage_collection_(computer_science) subject Category:Solid-state_computer_storage.
- Garbage_collection_(computer_science) type Genre.
- Garbage_collection_(computer_science) type MusicGenre.
- Garbage_collection_(computer_science) type TopicalConcept.
- Garbage_collection_(computer_science) type Concept.
- Garbage_collection_(computer_science) comment "In computer science, garbage collection (GC) is a form of automatic memory management. The garbage collector, or just collector, attempts to reclaim garbage, or memory occupied by objects that are no longer in use by the program.".
- Garbage_collection_(computer_science) label "Coletor de lixo (informática)".
- Garbage_collection_(computer_science) label "Garbage Collection".
- Garbage_collection_(computer_science) label "Garbage collection (computer science)".
- Garbage_collection_(computer_science) label "Garbage collection".
- Garbage_collection_(computer_science) label "Geheugensanering".
- Garbage_collection_(computer_science) label "Odśmiecanie pamięci".
- Garbage_collection_(computer_science) label "Ramasse-miettes (informatique)".
- Garbage_collection_(computer_science) label "Recolector de basura".
- Garbage_collection_(computer_science) label "Сборка мусора".
- Garbage_collection_(computer_science) label "جمع القمامة".
- Garbage_collection_(computer_science) label "ガベージコレクション".
- Garbage_collection_(computer_science) label "垃圾回收 (計算機科學)".
- Garbage_collection_(computer_science) sameAs Garbage_collector.
- Garbage_collection_(computer_science) sameAs Garbage_Collection.
- Garbage_collection_(computer_science) sameAs Συλλογή_απορριμμάτων_(υπολογιστές).
- Garbage_collection_(computer_science) sameAs Recolector_de_basura.
- Garbage_collection_(computer_science) sameAs Ramasse-miettes_(informatique).
- Garbage_collection_(computer_science) sameAs Pengumpulan_sampah_(ilmu_komputer).
- Garbage_collection_(computer_science) sameAs Garbage_collection.
- Garbage_collection_(computer_science) sameAs ガベージコレクション.
- Garbage_collection_(computer_science) sameAs 쓰레기_수집_(컴퓨터_과학).
- Garbage_collection_(computer_science) sameAs Geheugensanering.
- Garbage_collection_(computer_science) sameAs Odśmiecanie_pamięci.
- Garbage_collection_(computer_science) sameAs Coletor_de_lixo_(informática).
- Garbage_collection_(computer_science) sameAs m.01z4f.
- Garbage_collection_(computer_science) sameAs Q322202.
- Garbage_collection_(computer_science) sameAs Q322202.
- Garbage_collection_(computer_science) wasDerivedFrom Garbage_collection_(computer_science)?oldid=606549301.
- Garbage_collection_(computer_science) isPrimaryTopicOf Garbage_collection_(computer_science).