![]() Trade In this Item for up to £15.00
Trade in Garbage Collection: Algorithms for Automatic Dynamic Memory Management for an Amazon.co.uk gift card of up to £15.00, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.
|
Product details
|
Suggested Tags from Similar Products(What's this?)Be the first one to add a relevant tag (keyword that's strongly related to this product)
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
1 of 1 people found the following review helpful:
4.0 out of 5 stars
Excellent, but...,
This review is from: Garbage Collection: Algorithms for Automatic Dynamic Memory Management (Hardcover)
A surprisingly readable text, given the esoteric nature of the subject.
Comprehensive, clear, and interesting. Not a "must read" for 99.9% of programmers; you won't learn how to better use a garbage-collecting language like Java or C# from reading this book; rather it's a detailed and technical overview of garbage collection techniques. The organization is a little odd - rather than dealing with GC methods one-at-a-time, the book takes a more "layered" view, first covering a brief overview of all techniques, then covering each in more detail. Combined with some terminological inconsistencies, this makes it awkward to follow at times, requiring some flipping back and forth and manual cross-references. Nonetheless an excellent guide if you're interested enough in the subject to put the effort into following it.
Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta) Amazon.com:
4.9 out of 5 stars (9 customer reviews) 21 of 22 people found the following review helpful:
5.0 out of 5 stars
Excellent book,
By Ambika N. Sukla "Ambika Sukla" - Published on Amazon.com
This review is from: Garbage Collection: Algorithms for Automatic Dynamic Memory Management (Hardcover)
Garbage collection is a very interesting and complicated topic. To understand different garbage collection algorithms, one has to go through various research papers published over last 30 years or read the simplified descriptions presented in Java site and Bill Venners artima.com. This book does an excellent job in putting together all these algorithms in a logical order that gives us a chance to understand the different challenges sceintists and programming language authors faced and how the algorithms evolved over the time. The book starts with basic overview and history of commonly known algorithms: Reference counting, Mark and Sweep, and Copying algorithms. It then elaborates each of these algorithms, enumerates their pros and cons, and presents imporvements done by different researchers. After this, the book moves on to advanced algorithms like Generational algorithm and concurrent mark and sweep algorithm. I recommend this book to anyone interested in garbage collection. I haven't seen any other book on this topic. Even for programmers who mostly don't have to worry about GC as it is "automatically" done, this is a good book to understand and appreciate what goes on behind the scenes. Also, knowledge of the concepts in this book will be invaluable in performance tuning.
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Great book,
By Jos van Roosmalen - Published on Amazon.com
This review is from: Garbage Collection: Algorithms for Automatic Dynamic Memory Management (Hardcover)
This is really a great book. It's really a must have for people who want to write their own modern virtual machine (like I).
This is simply the only book about Garbage Collection you can get. It's very complete: all GC Algorithmes are covered by this book in depth! All topics are properly introduced it has a nice layout, and offer snippets of pseudocode. It is not really a dry text. If you want to read scientific papers about Garbage Collectors (like of ACM), it's recommended to read first this book, to get a proper introduction in this topic. 7 of 7 people found the following review helpful:
5.0 out of 5 stars
Category killer,
By Jason Evans - Published on Amazon.com
This review is from: Garbage Collection: Algorithms for Automatic Dynamic Memory Management (Hardcover)
This book is superb. It is thorough enough that there is little need for a practitioner to read the primary literature, even when contemplating sophisticated garbage collector designs. I remember being intimidated by garbage collection prior to reading this book, but now I am instead enthralled by garbage collection. Given the trend toward automatic memory management in programming languages, I think this book is an increasingly important part of the practicing programmer's library.
The first time I read the book, it seemed a bit repetitive, because the first two chapters provide the basic framework for the rest of the book. As a result, topics such as copying collection are discussed in at least two places. Upon reflection though, I think that there is no better way to organize the book, because there exists no straight path through all of the concepts the book covers. Over the past eight years I have read portions of this book over and over as I've contemplated garbage collector designs for various software projects. I continue to be surprised at just how well this book meets my needs. |
|
|