Automated Verification of Concurrent Search Structures

Automated Verification of Concurrent Search Structures

  • Siddharth Krishna
  • Nisarg Patel
  • Dennis Shasha
  • Thomas Wies
Publisher:Springer NatureISBN 13: 9783031018060ISBN 10: 3031018060

Paperback & Hardcover deals ―

Amazon IndiaGOFlipkart GOSnapdealGOSapnaOnlineGOJain Book AgencyGOBooks Wagon₹3,854Book ChorGOCrosswordGODC BooksGO

e-book & Audiobook deals ―

Amazon India GOGoogle Play Books ₹47.39Audible GO

* Price may vary from time to time.

* GO = We're not able to fetch the price (please check manually visiting the website).

Know about the book -

Automated Verification of Concurrent Search Structures is written by Siddharth Krishna and published by Springer Nature. It's available with International Standard Book Number or ISBN identification 3031018060 (ISBN 10) and 9783031018060 (ISBN 13).

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.