Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Parallel Programming eBooks

If you like Parallel Programming eBooks, then you'll love these top picks.
Showing 1 - 24 of 187 Results
Skip side bar filters
  • Structured Parallel Programming

    Patterns for Efficient Computation

    Structured Parallel Programming offers the simplest way for developers to learn patterns for high-performance parallel programming. Written by parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders, this book explains how to design and implement maintainable and efficient parallel algorithms using a composable, structured, scalable, and machine ... Read more

    $53.99 USD

  • Assembly Language Coding in Color

    ARM and NEON

    by Robert Dunne ...
    Learning to program in assembly language is an excellent hands-on introduction to computer architecture. However, assembly language has a bad reputation of being difficult to learn. Through the use of complete program examples, flow diagrams, and color codes, Assembly Language Coding in Color helps students and computer enthusiasts start on a solid path to understanding computer architecture.This ... Read more

    $9.99 USD

  • Advanced Python Programming

    Build high performance, concurrent, and multi-threaded apps with Python using proven design patterns

    Create distributed applications with clever design patterns to solve complex problemsKey FeaturesSet up and run distributed algorithms on a cluster using Dask and PySparkMaster skills to accurately implement concurrency in your codeGain practical experience of Python design patterns with real-world examplesBook DescriptionThis Learning Path shows you how to leverage the power of both native and ... Read more

    $31.99 USD or Free with Kobo Plus

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Read more

    $48.99 USD

  • Hadoop: The Definitive Guide

    Storage and Analysis at Internet Scale

    by Tom White ...
    Get ready to unlock the power of your data. With the fourth edition of this comprehensive guide, youâ??ll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets of any size, and for administrators who want to set up and run Hadoop clusters.Using Hadoop 2 exclusively, author Tom White presents new ... Read more

    $40.99 USD

  • Rust Atomics and Locks

    by Mara Bos ...
    The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon.In this practical book, Mara Bos, leader of the Rust library team, helps Rust ... Read more

    $34.99 USD

  • Programming Amazon EC2

    Survive your Success

    If you plan to use Amazon Web Services to run applications in the cloud, the end-to-end approach in this book will save you needless trial and error. You'll find practical guidelines for designing and building applications with Amazon Elastic Compute Cloud (EC2) and a host of supporting AWS tools, with a focus on critical issues such as load balancing, monitoring, and automation.How do you move an ... Read more

    $20.99 USD

  • WebAssembly: The Definitive Guide

    by Brian Sletten ...
    WebAssembly: The Definitive Guide is a thorough and accessible introduction to one of the most transformative technologies hitting our industry. What started as a way to use languages other than JavaScript in the browser has evolved into a comprehensive path toward portability, performance, increased security, and greater code reuse across an impressive collection of deployment targets.Author ... Read more

    $41.99 USD

  • Concurrency in C# Cookbook

    Asynchronous, Parallel, and Multithreaded Programming

    If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.Concurrency is now more common in ... Read more

    $34.99 USD

  • Programming Clojure

    Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing a set of composable tools--immutable data, functions, macros, and the interactive REPL. Written by members of the Clojure core team, this book is ... Read more

    $30.99 USD

  • Reactive Programming with RxJava

    Creating Asynchronous, Event-Based Applications

    In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm ... Read more

    $28.99 USD

  • XeHE: an Intel GPU Accelerated Fully Homomorphic Encryption Library

    A SYCL Sparkler: Making the Most of C++ and SYCL

    Series series SYCL Sparklers: Making the Most of C++ and SYCL
    This installment of a "SYCL Sparkler" explores in depth a way to implement a reasonably efficient implementation for Homomorphic Encryption using modern C++ with SYCL. As a result of their work, the authors learned some valuable optimization techniques and insights that they have taken time to share in this very interesting and detailed piece.A key value of using C++ with SYCL, is the ability to ... Read more

    Free

  • C++ High Performance

    Master the art of optimizing the functioning of your C++ code, 2nd Edition

    A comprehensive guide to help aspiring and professional C++ developers elevate the performance of their apps by allowing them to run faster and consume fewer resources.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesUpdated to C++20 with completely revised code and more content on error handling, benchmarking, memory allocators, and concurrent ... Read more

    $43.99 USD or Free with Kobo Plus

  • Hadoop Operations

    A Guide for Developers and Administrators

    by Eric Sammer ...
    If you’ve been asked to maintain large and complex Hadoop clusters, this book is a must. Demand for operations-specific material has skyrocketed now that Hadoop is becoming the de facto standard for truly large-scale data processing in the data center. Eric Sammer, Principal Solution Architect at Cloudera, shows you the particulars of running Hadoop in production, from planning, installing, and ... Read more

    $30.99 USD

  • Parallel Programming and Concurrency with C# 10 and .NET 6

    A modern approach to building faster, more responsive, and asynchronous .NET applications using C#

    Leverage the latest parallel and concurrency features in .NET 6 when building your next application and explore the benefits and challenges of asynchrony, parallelism, and concurrency in .NET via practical examples Key Features • Learn to implement parallel programming and handle concurrency in .NET efficiently • Switch threads while debugging and learn how to monitor specific threads in Visual ... Read more

    $30.99 USD or Free with Kobo Plus

  • Distributed Computing with Python

    Harness the power of multiple computers using Python through this fast-paced informative guideAbout This BookYou'll learn to write data processing programs in Python that are highly available, reliable, and fault tolerantMake use of Amazon Web Services along with Python to establish a powerful remote computation systemTrain Python to handle data-intensive and resource hungry applicationsWho This ... Read more

    $28.99 USD or Free with Kobo Plus

  • Functional Programming: A PragPub Anthology

    Exploring Clojure, Elixir, Haskell, Scala, and Swift

    Explore functional programming and discover new ways of thinking about code. You know you need to master functional programming, but learning one functional language is only the start. In this book, through articles drawn from PragPub magazine and articles written specifically for this book, you'll explore functional thinking and functional style and idioms across languages. Led by expert guides, ... Read more

    $29.99 USD

  • Django Unleashed: Building Web Applications with Python's Framework

    "Django Unleashed: Building Web Applications with Python's Framework" is your ultimate guide to mastering web development with Django, Python's powerful and versatile web framework. Whether you're an aspiring web developer or an experienced programmer looking to expand your skill set, this comprehensive book will take you from the fundamentals of Django to building advanced web applications with ... Read more

    $9.99 USD or Free with Kobo Plus

  • Kotlin Blueprints

    Get to know the building blocks of Kotlin and best practices when using quality world-class applications

    Get to know the building blocks of Kotlin and best practices when using quality world-class applicationsAbout This BookLearn to build exciting and scalable Android and web applications (both the server-side and client-side parts) with your Kotlin skillsDive into the great ecosystem of Kotlin frameworks and libraries through projects that you'll build using this bookThis project-based guide ... Read more

    $35.99 USD or Free with Kobo Plus

  • ZooKeeper

    Distributed Process Coordination

    Building distributed applications is difficult enough without having to coordinate the actions that make them work. This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even with ZooKeeper, implementing coordination tasks is not trivial, but this book provides good practices to give you a head start, and points out ... Read more

    $21.99 USD

  • Hands-On Data Structures and Algorithms with Rust

    Learn programming techniques to build effective, maintainable, and readable code in Rust 2018

    Design and implement professional level programs by exploring modern data structures and algorithms in Rust.Key FeaturesUse data structures such as arrays, stacks, trees, lists and graphs with real-world examplesLearn the functional and reactive implementations of the traditional data structuresExplore illustrations to present data structures and algorithms, as well as their analysis, in a clear, ... Read more

    $27.99 USD or Free with Kobo Plus

  • The Art of Multiprocessor Programming, Revised Reprint

    Revised and updated with improvements conceived in parallel programming courses, The Art of Multiprocessor Programming is an authoritative guide to multicore programming. It introduces a higher level set of software development skills than that needed for efficient single-core programming. This book provides comprehensive coverage of the new principles, algorithms, and tools necessary for ... Read more

    $66.99 USD

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    by Chris Smith ...
    Why learn F#? With this guide, you’ll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET ... Read more

    $25.99 USD

  • Programming Massively Parallel Processors

    A Hands-on Approach

    Programming Massively Parallel Processors: A Hands-on Approach shows both students and professionals alike the basic concepts of parallel programming and GPU architecture. Concise, intuitive, and practical, it is based on years of road-testing in the authors' own parallel computing courses. Various techniques for constructing and optimizing parallel programs are explored in detail, while case ... Read more

    $63.99 USD