Tag: Concurrency

Grokking Concurrency (MEAP V12)


Free Download Grokking Concurrency (MEAP V12)
English | 2023 | ISBN: 9781633439771 | 310 pages | MOBI | 3.70 Mb
This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language.

(more…)

C# Concurrency (MEAP V05)


Free Download ​C# Concurrency (MEAP V05)
English | 2023 | ISBN: 9781633438651 | 148 pages | MOBI | 0.78 Mb
C# Concurrency: Asynchronous and Multithreaded Programming teaches you to harness the power of multithreading and async/await to get maximum speed from your code. Nir Dobovizki, a seasoned C# veteran with over 30 years of high-performance programming experience, is here to share his deep knowledge and expert techniques with you. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir’s careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before!

(more…)

C# Concurrency (MEAP V03)


Free Download ​C# Concurrency (MEAP V03)
English | 2023 | ISBN: 9781633438651 | 98 pages | MOBI | 0.57 Mb
C# Concurrency: Asynchronous and Multithreaded Programming teaches you to harness the power of multithreading and async/await to get maximum speed from your code. Nir Dobovizki, a seasoned C# veteran with over 30 years of high-performance programming experience, is here to share his deep knowledge and expert techniques with you. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir’s careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before!

(more…)

C# Concurrency


Free Download ​C# Concurrency by Manning Publications
English | 2023 | ISBN: 9781633438651 | 126 pages | MOBI | 0.76 Mb
C# Concurrency: Asynchronous and Multithreaded Programming teaches you to harness the power of multithreading and async/await to get maximum speed from your code. Nir Dobovizki, a seasoned C# veteran with over 30 years of high-performance programming experience, is here to share his deep knowledge and expert techniques with you. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir’s careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before!

(more…)

Reactive Streams in Java Concurrency with RxJava, Reactor, and Akka Streams


Free Download Reactive Streams in Java: Concurrency with RxJava, Reactor, and Akka Streams by Adam L. Davis
English | November 30, 2018 | ISBN: 1484241754 | 153 pages | MOBI | 1.41 Mb
Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today’s applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as well as reactive streams programming with the Android SDK.

(more…)

Modern Concurrency on Apple Platforms Using asyncawait with Swift


Free Download Modern Concurrency on Apple Platforms: Using async/await with Swift by Andrés Ibañez Kautsch
English | November 15, 2022 | ISBN: 1484286944 | 220 pages | MOBI | 1.52 Mb
Build solid software with modern and safe concurrency features. Concurrency is one of the hardest problems in computer science. For years, computer scientists and engineers have developed different strategies for dealing with concurrency. However, the original concurrency primitives are complicated and difficult to understand, and even harder to implement. Using the new async/await APIs in Swift, this book will explain how your code can abstract a lot of the complexity with a simpler interface so you never have to deal with concurrency primitives such as semaphores, locks, and threads yourself. This will allow you to write concurrent code that is easier to read, easier to write, and easier to maintain. These new APIs are deeply ingrained into Swift, offering compile-level features that will keep you from writing dangerous concurrent code.

(more…)