• Contact

  • Newsletter

  • About us

  • Delivery options

  • News

  • 0
    The Garbage Collection Handbook: The Art of Automatic Memory Management

    The Garbage Collection Handbook by Jones, Richard; Hosking, Antony; Moss, Eliot;

    The Art of Automatic Memory Management

    Series: "International Perspectives on Science, Culture and Society";

      • GET 10% OFF

      • The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
      • Publisher's listprice GBP 44.99
      • The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.

        22 769 Ft (21 685 Ft + 5% VAT)
      • Discount 10% (cc. 2 277 Ft off)
      • Discounted price 20 492 Ft (19 517 Ft + 5% VAT)

    22 769 Ft

    Availability

    Out of print

    Why don't you give exact delivery time?

    Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.

    Product details:

    • Edition number 1
    • Publisher Chapman and Hall
    • Date of Publication 30 September 2020

    • ISBN 9780367659240
    • Binding Paperback
    • No. of pages520 pages
    • Size 254x178 mm
    • Weight 960 g
    • Language English
    • 0

    Categories

    Short description:

    This authoritative handbook brings together a wealth of knowledge gathered by automatic memory management researchers and developers over the past fifty years. It addresses new challenges to garbage collection made by recent advances in hardware and software.

    More

    Long description:

    Published in 1996, Richard Jones?s Garbage Collection was a milestone in the area of automatic memory management. The field has grown considerably since then, sparking a need for an updated look at the latest state-of-the-art developments. The Garbage Collection Handbook: The Art of Automatic Memory Management brings together a wealth of knowledge gathered by automatic memory management researchers and developers over the past fifty years. The authors compare the most important approaches and state-of-the-art techniques in a single, accessible framework.





    The book addresses new challenges to garbage collection made by recent advances in hardware and software. It explores the consequences of these changes for designers and implementers of high performance garbage collectors. Along with simple and traditional algorithms, the book covers parallel, incremental, concurrent, and real-time garbage collection. Algorithms and concepts are often described with pseudocode and illustrations.





    The nearly universal adoption of garbage collection by modern programming languages makes a thorough understanding of this topic essential for any programmer. This authoritative handbook gives expert insight on how different collectors work as well as the various issues currently facing garbage collectors. Armed with this knowledge, programmers can confidently select and configure the many choices of garbage collectors.



    Web Resource
    The book?s online bibliographic database at www.gchandbook.org includes over 2,500 garbage collection-related publications. Continually updated, it contains abstracts for some entries and URLs or DOIs for most of the electronically available ones. The database can be searched online or downloaded as BibTeX, PostScript, or PDF.



    E-book
    This edition enhances the print version with copious clickable links to algorithms, figures, original papers and definitions of technical terms. In addition, each index entry links back to where it was mentioned in the text, and each entry in the bibliography includes links back to where it was cited.



    The Garbage Collection Handbook is the most up-to-date, detailed, and exhaustive collation and description of the current state of the art of Garbage Collection and Automatic Memory Management available today. It is an imperative reference book for anyone working in the field, and I would consider it the textbook of reference covering GC 101 thru GC 530 course levels, if such courses were given at universities worldwide. As CTO of Azul Systems and co-creator of multiple modern concurrent collectors, Richard Jones? previous Garbage Collection book was indispensable to my work over the years. The Garbage Collection Handbook has immediately taken its place. Each of our GC engineers has a copy on their desk.
    ?Gil Tene, Chief Technical Officer and co-founder of Azul Systems



    In a field replete with ephemera, this book, just like its predecessor, stands as a monumental work that will last for decades.
    ?Dr. Mario Wolczko, Research Director, Oracle Labs

    More

    Table of Contents:

    Introduction. Mark
    -Sweep Garbage Collection. Mark
    -Compact Garbage Collection. Copying Garbage Collection. Reference Counting. Comparing Garbage Collectors. Allocation. Partitioning the Heap. Generational Garbage Collection. Other Partitioned Schemes. Run
    -Time Interface. Language
    -Specific Concerns. Concurrency Preliminaries. Parallel Garbage Collection. Concurrent Garbage Collection. Concurrent Mark
    -Sweep. Concurrent Copying and Compaction. Concurrent Reference Counting. Real
    -Time Garbage Collection. Glossary. Bibliography. Index.

    More