Scott M. Shared-Memory Synchronization 2ed 2024
Download this torrent!
Scott M. Shared-Memory Synchronization 2ed 2024
To start this P2P download, you have to install a BitTorrent client like qBittorrent
Category: Other
Total size: 2.68 MB
Added: 2025-03-10 23:38:51
Share ratio:
5 seeders,
4 leechers
Info Hash: D341E3CA0C362ECBE34018038752A45D86EDEFF4
Last updated: 5.8 hours ago
Description:
Textbook in PDF format
This book offers a comprehensive survey of shared-memory synchronization, with an emphasis on “systems-level” issues. It includes sufficient coverage of architectural details to understand correctness and performance on modern multicore machines, and sufficient coverage of higher-level issues to understand how synchronization is embedded in modern programming languages. The primary intended audience for this book is “systems programmers”―the authors of operating systems, library packages, language run-time systems, concurrent data structures, and server and utility programs. Much of the discussion should also be of interest to application programmers who want to make good use of the synchronization mechanisms available to them, and to computer architects who want to understand the ramifications of their design decisions on systems-level code.
Preface.
Acknowledgments.
Introduction.
Architectural Background.
Essential Theory.
Practical Spin Locks.
Busy-Wait Synchronization with Conditions.
Read-Mostly Atomicity.
Synchronization and Scheduling.
Nonblocking Algorithms.
Transactional Memory.
References