Automated Verification of Concurrent Search Structures
eBook - PDF

Automated Verification of Concurrent Search Structures

  1. English
  2. PDF
  3. Available on iOS & Android
eBook - PDF

Automated Verification of Concurrent Search Structures

Book details
Table of contents
Citations

About This Book

Search structures support the fundamental data storage primitives on key-value pairs: insert a pair, delete by key, search by key, and update the value associated with a key. Concurrent search structures are parallel algorithms to speed access to search structures on multicore and distributed servers. These sophisticated algorithms perform fine-grained synchronization between threads, making them notoriously difficult to design correctly. Indeed, bugs have been found both in actual implementations and in the designs proposed by experts in peer-reviewed publications. The rapid development and deployment of these concurrent algorithms has resulted in a rift between the algorithms that can be verified by the state-of-the-art techniques and those being developed and used today. The goal of this book is to show how to bridge this gap in order to bring the certified safety of formal verification to high-performance concurrent search structures. Similar techniques and frameworks can be applied to concurrent graph and network algorithms beyond search structures.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Automated Verification of Concurrent Search Structures by Siddharth Krishna,Nisarg Patel,Dennis Shasha,Thomas Wies in PDF and/or ePUB format, as well as other popular books in Mathematics & Mathematics General. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Springer
Year
2022
ISBN
9783031018060

Table of contents

  1. Cover
  2. Copyright Page
  3. Title Page
  4. Contents
  5. Acknowledgments
  6. Introduction
  7. Preliminaries
  8. Separation Logic
  9. Ghost State
  10. The Keyset Resource Algebra
  11. The Edgeset Framework for Single-Copy Structures
  12. The Flow Framework
  13. Verifying Single-Copy Concurrent Search Structures
  14. Verifying Multicopy Structures
  15. The Edgeset Framework for Multicopy Structures
  16. Reasoning about Non-Static and Non-Local Linearization Points
  17. Verifying the LSM DAG Template
  18. Proof Mechanization and Automation
  19. Related Work, Future Work, and Conclusion
  20. Bibliography
  21. Authors' Biographies