Dmitry Soshnikov – Garbage Collection Algorithms

Dmitry Soshnikov – Garbage Collection Algorithms
English | Tutorial | Size: 469.28 MB


Memory leaks and dangling pointers are the main issues of the manual memory management. You delete a parent node in a linked list, forgetting to delete all its children first – and your memory is leaking. You delete an object chain in correct order – but suddenly your program crashes since you forgot about second owner of this resource, which now tries to dereference a null-pointer.

To avoid these issues, most of the modern high-level programming languages implement automatic memory management. You allocate objects manually, however don’t bother with their deallocation: a special program, garbage collector, knows how to automatically deallocate them correctly, and reclaim for future reuse.

In the Essentials of Garbage Collectors class we study all different techniques and algorithms related to the automatic memory management, which are used today on practice.

Buy Long-term Premium Accounts To Support Me & Max Speed


RAPIDGATOR:
rapidgator.net/file/f63c42861d699ed0660b24b5fe30c8bf/Dmitry_Soshnikov_-_Garbage_Collection_Algorithms.rar.html

TURBOBIT:
trbt.cc/6entgc464bnm/Dmitry_Soshnikov_-_Garbage_Collection_Algorithms.rar.html

Leave a Comment