Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Garbage Collection: Algorithms for Automatic Dynamic Memory Management (Repost)

Posted By: step778
Garbage Collection: Algorithms for Automatic Dynamic Memory Management (Repost)

Richard Jones, Rafael D Lins, "Garbage Collection: Algorithms for Automatic Dynamic Memory Management"
1996 | pages: 403 | ISBN: 0471941484 | DJVU | 8,5 mb

Modern software places increasing reliance on dynamic memory allocation, but its direct management is not only notoriously error-prone. Garbage collection eliminates many of these bugs. This reference presents each of the most important algorithms in detail, often with illustrations of its characteristic features and animations of its use.

My Links