![]() |
Shared-Memory Parallelism Can Be Simple, Fast, and Scalable
ISBN: 9781970001914 / Angielski / Twarda / 443 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficult, and often requires significant expertise. To address this challenge, it is crucial to provide programmers with high-level tools to enable them to develop solutions easily, and at the same time emphasize the theoretical and practical aspects of algorithm design to allow the solutions developed to run efficiently under many different settings. This thesis addresses this challenge using a three-pronged approach consisting of the design of... Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficu... |
cena:
442,97 |
![]() |
Learn Functional Programming with Elixir
ISBN: 9781680502459 / Angielski / Miękka / 198 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Elixir's straightforward syntax and this guided tour give you a clean, simple path to learn modern functional programming techniques. No previous functional programming experience required This book walks you through the right concepts at the right pace, as you explore immutable values and explicit data transformation, functions, modules, recursive functions, pattern matching, high-order functions, polymorphism, and failure handling, all while avoiding side effects. Don't board the Elixir train with an imperative mindset To get the most out of functional languages, you need to... Elixir's straightforward syntax and this guided tour give you a clean, simple path to learn modern functional programming techniques. No previous f... |
cena:
194,81 |
![]() |
Reactive Programming with Rxjs 5: Untangle Your Asynchronous JavaScript Code
ISBN: 9781680502473 / Angielski / Miękka / 146 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Reactive programming is revolutionary. It makes asynchronous programming clean, intuitive, and robust. Use RxJS 5 to write complex programs in a simple way, and master the Observable: a powerful data type that substitutes callbacks and promises.
Reactive programming is revolutionary. It makes asynchronous programming clean, intuitive, and robust. Use RxJS 5 to write complex programs in a simpl...
|
cena:
149,45 |
![]() |
Assembly Language Using the Raspberry Pi: A Hardware Software Bridge
ISBN: 9780970112422 / Angielski / Twarda / 414 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Programmers learn by example and develop their skills by examining and modifying working programs. Assembly Language Using the Raspberry Pi is a complete tutorial that provides working example programs to introduce the novice to both CPU hardware and professional software development methods.
The first program is only 5 lines of code while later ones consist of over 100 lines. Every... Programmers learn by example and develop their skills by examining and modifying working programs. Assembly Language Using the Raspberry Pi is a co... |
cena:
228,65 |
![]() |
Go Cookbook
ISBN: 9781783286836 / Angielski / Miękka / 400 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
209,13 |
![]() |
Mastering Concurrency Programming with Java 9 - Second Edition: Fast, reactive and parallel application development
ISBN: 9781785887949 / Angielski / Miękka / 516 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
234,75 |
![]() |
Perl 6 Deep Dive
ISBN: 9781787282049 / Angielski / Miękka / 402 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
209,13 |
![]() |
Concurrency in .NET: Modern patterns of concurrent and parallel programming
ISBN: 9781617292996 / Angielski / Miękka / 568 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Description Functional languages help developers support concurrency by encouraging immutable data structures that can be passed between threads without having to worry about a shared state, all while avoiding side effects. Functional Concurrency in .NET teaches readers how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers. Key Features • In-depth explanations • Hands-on examples • Step-by-step instructions Audience This book...
Description Functional languages help developers support concurrency by encouraging immutable data structures that can be passed between threads wit...
|
cena:
228,65 |
![]() |
Rust Programming By Example
ISBN: 9781788390637 / Angielski / Miękka / 454 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Rust is an open source, safe, concurrent, practical language created by Mozilla. It runs blazingly fast, prevents segfaults, and guarantees safety. This book gets you started with essential software development by guiding you through the different aspects of Rust programming. With this approach, you can bridge the gap between learning and ...
Rust is an open source, safe, concurrent, practical language created by Mozilla. It runs blazingly fast, prevents segfaults, and guarantees safety. Th...
|
cena:
209,13 |
![]() |
Build Reactive Websites with Rxjs: Master Observables and Wrangle Events
ISBN: 9781680502954 / Angielski / Miękka / 200 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Upgrade your skillset, succeed at work, and above all, avoid the many headaches that come with modern front-end development. Simplify your codebase with hands-on examples pulled from real-life applications. Master the mysteries of asynchronous state management, detangle puzzling race conditions, and send spaceships soaring through the cosmos.
Upgrade your skillset, succeed at work, and above all, avoid the many headaches that come with modern front-end development. Simplify your codebase wi...
|
cena:
176,66 |
![]() |
Rust High Performance
ISBN: 9781788399487 / Angielski / Miękka / 272 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Find bottlenecks, identify the proper algorithm to use, optimize performance, and create really efficient Rust applications Key Features Understand common performance pitfalls and improve the performance of your applications. Get to grips with parallel programming and multithreading with Rust. Learn metaprogramming in Rust. Book DescriptionAt times, it is difficult to get the best performance out of Rust. This book teaches you to optimize the speed of your Rust code to the level of languages such as C/C++. You'll understand and fix common pitfalls, learn how to improve your...
Find bottlenecks, identify the proper algorithm to use, optimize performance, and create really efficient Rust applications Key Features Unders...
|
cena:
209,13 |
![]() |
C# 7 and .NET Core 2.0 High Performance: Build highly performant, multi-threaded, and concurrent applications using C# 7 and .NET Core 2.0
ISBN: 9781788470049 / Angielski / Miękka / 300 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Performance tuning for real-world applications often involves activities geared towards finding bottlenecks, however this alone cannot solve the dreaded problem of slow code. If you want to improve the speed of your code and optimize the performance of your apps, then this book is for you.
Performance tuning for real-world applications often involves activities geared towards finding bottlenecks, however this alone cannot solve the dread...
|
cena:
209,13 |
![]() |
Hands-On Concurrency with Rust: Confidently build memory-safe, parallel, and efficient software in Rust
ISBN: 9781788399975 / Angielski / Miękka / 462 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. 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, ...
Writing safe and correct parallel programs is tough. Reasoning about concurrent memory modification is tough; efficiently exploiting the modern comput...
|
cena:
209,13 |
![]() |
Windows(R) 64-bit Assembly Language Programming Quick Start: Intel(R) X86-64, SSE, AVX
ISBN: 9780970112460 / Angielski / Miękka / 194 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
76,19 |
![]() |
Learning Concurrency in Kotlin
ISBN: 9781788627160 / Angielski / Miękka / 266 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
209,13 |
![]() |
Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming
ISBN: 9781492054504 / Angielski / Miękka / 254 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
213,40 |
![]() |
Designing Elixir Systems with OTP
ISBN: 9781680506617 / Angielski / Miękka / 248 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
190,27 |
![]() |
Hands-On GPU Computing with Python
ISBN: 9781789341072 / Angielski / Miękka / 452 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
187,79 |
![]() |
Distributed Tracing in Practice: Instrumenting, Analyzing, and Debugging Microservices
ISBN: 9781492056638 / Angielski / Miękka / 330 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
304,88 |
![]() |
Using Asyncio in Python: Understanding Python's Asynchronous Programming Features
ISBN: 9781492075332 / Angielski / Miękka / 150 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
cena:
190,53 |