Introduction to Concurrency in Programming Languages, Sottile, Matthew J. , Mattson, Timothy G. , Rasm
Автор: Williams Anthony Название: C++ Concurrency in Action ISBN: 1617294691 ISBN-13(EAN): 9781617294693 Издательство: Pearson Education Рейтинг: Цена: 68980.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Summary
This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17 C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
You choose C++ when your applications need to run fast. Well-designed concurrency makes them go even faster. C++ 17 delivers strong support for the multithreaded, multiprocessor programming required for fast graphic processing, machine learning, and other performance-sensitive tasks. This exceptional book unpacks the features, patterns, and best practices of production-grade C++ concurrency.
About the Book
C++ Concurrency in Action, Second Edition is the definitive guide to writing elegant multithreaded applications in C++. Updated for C++ 17, it carefully addresses every aspect of concurrent development, from starting new threads to designing fully functional multithreaded algorithms and data structures. Concurrency master Anthony Williams presents examples and practical tasks in every chapter, including insights that will delight even the most experienced developer.
What's inside
Full coverage of new C++ 17 features
Starting and managing threads
Synchronizing concurrent operations
Designing concurrent code
Debugging multithreaded applications
About the Reader
Written for intermediate C and C++ developers. No prior experience with concurrency required.
About the Author
Anthony Williams has been an active member of the BSI C++ Panel since 2001 and is the developer of the just:: thread Pro extensions to the C++ 11 thread library.
Table of Contents
Hello, world of concurrency in C++
Managing threads
Sharing data between threads
Synchronizing concurrent operations
The C++ memory model and operations on atomic types
Designing lock-based concurrent data structures
Designing lock-free concurrent data structures
Designing concurrent code
Advanced thread management
Parallel algorithms
Testing and debugging multithreaded applications
Автор: Torres, Miguel Angel Castiblanco Название: Learning Concurrency in Kotlin ISBN: 1788627164 ISBN-13(EAN): 9781788627160 Издательство: Неизвестно Рейтинг: Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The requirements of modern day applications are scalability, speed and making the most use of hardware. Kotlin provides immense support for concurrency. This book addresses the challenges for the design and implementation of concurrent code and shows you how to write lock-free concurrent code taking advantage of Kotlin`s concurrency support.
Автор: Dennis Dams; Ulrich Hannemann; Martin Steffen Название: Concurrency, Compositionality, and Correctness ISBN: 364211511X ISBN-13(EAN): 9783642115110 Издательство: Springer Рейтинг: Цена: 69870.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Published in honor of Willem-Paul de Roever, this Festschrift volume contains 19 detailed papers written by the friends and colleagues of the honoree, all eminent scientists in their own right. It addresses topics such as model checking, computer science and state machines, ontology and mereology of domains, game theory, and compiler correctness.
Автор: Barry Wittman, Aditya Mathur, Tim Korb Название: Start Concurrent: An Introduction to Problem Solving in Java With a Focus on Concurrency, 2014 ISBN: 1626710090 ISBN-13(EAN): 9781626710092 Издательство: Mare Nostrum (Eurospan) Цена: 71150.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: How can the new generation of computer scientists growing up with multicore chips learn to program applications that exploit this latent processing power? This unique book is an attempt to introduce concurrent programming to first-year computer science students. This book assumes no programming background but offers a broad coverage of Java.
Автор: Thomas Gibson-Robinson; Philippa Hopcroft; Ranko L Название: Concurrency, Security, and Puzzles ISBN: 3319510452 ISBN-13(EAN): 9783319510453 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This festschrift was written in honor of Andrew William (Bill) Roscoe on the occasion of his 60th birthday, and features tributes by Sir Tony Hoare, Stephen Brookes, and Michael Wooldridge. He is also world renowned for his pioneering work in analyzing security protocols, modeling information flow, human-interactive security, and much more.
Автор: Troutwine Brian L. Название: Hands-On Concurrency with Rust ISBN: 1788399978 ISBN-13(EAN): 9781788399975 Издательство: Неизвестно Цена: 60070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Writing safe and correct parallel programs is tough. Reasoning about concurrent memory modification is tough; efficiently exploiting the modern computing environment (with its multi-layered caches and deep execution pipelines) is also tough. Most systems programming languages add a further complication: unsafe memory access. The burden on you, ...
Автор: Delaney Kalen Название: SQL Server Concurrency ISBN: 1906434913 ISBN-13(EAN): 9781906434915 Издательство: Неизвестно Цена: 27580.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Gianfranco Ciardo; Ekkart Kindler Название: Application and Theory of Petri Nets and Concurrency ISBN: 3319077333 ISBN-13(EAN): 9783319077338 Издательство: Springer Рейтинг: Цена: 77320.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book constitutes the proceedings of the 35th International Conference on Application and Theory of Petri Nets and Concurrency, PETRI NETS 2014, held in Tunis, Tunisia, in June 2014. The papers cover various topics in the field of Petri nets and related models of concurrency.
Автор: Raymond Devillers; Antti Valmari Название: Application and Theory of Petri Nets and Concurrency ISBN: 3319194879 ISBN-13(EAN): 9783319194875 Издательство: Springer Рейтинг: Цена: 52170.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book constitutes the proceedings of the 36th International Conference on Application and Theory of Petri Nets and Concurrency, PETRI NETS 2015, held in Brussels, Belgium, in June 2015. The 12 regular papers and 2 tool papers presented in this volume were carefully reviewed and selected from 34 submissions.
Автор: Jacopo Mauro Название: Constraints Meet Concurrency ISBN: 9462390665 ISBN-13(EAN): 9789462390669 Издательство: Springer Рейтинг: Цена: 79190.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book describes benefits that emerge when the fields of constraint programming and concurrency meet. Proposes an extension to Service Oriented Languages to overcome some of their limitations and to improve the development of concurrent applications.
Автор: Narciso Mart?-Oliet; Peter Csaba ?lveczky; Carolyn Название: Logic, Rewriting, and Concurrency ISBN: 3319231642 ISBN-13(EAN): 9783319231648 Издательство: Springer Рейтинг: Цена: 74530.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This Festschrift volume contains 28 refereed papers including personal memories, essays, and regular research papers by close collaborators and friends of Jose Meseguer to honor him on the occasion of his 65th birthday.
Автор: M?rio S. Alvim; Kostas Chatzikokolakis; Carlos Ola Название: The Art of Modelling Computational Systems: A Journey from Logic and Concurrency to Security and Privacy ISBN: 3030311740 ISBN-13(EAN): 9783030311742 Издательство: Springer Рейтинг: Цена: 68930.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This Festschrift was published in honor of Catuscia Palamidessi on the occasion of her 60th birthday. It features 6 laudations, which are available in the front matter of the volume, and 25 papers by close collaborators and friends.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz