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 189 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • The Art of Concurrency

    A Thread Monkey's Guide to Writing Parallel Applications

    If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures. The book ... Read more

    $25.99 USD

  • Rust Programming By Example

    Enter the world of Rust by building engaging, concurrent, reactive, and robust applications

    Discover the world of Rust programming through real-world examples About This Book • Implement various features of Rust to build blazingly fast applications • Learn to build GUI applications using Gtk-rs • Explore the multi-threading aspect of Rust to tackle problems in concurrency and in distributed environments Who This Book Is For This book is for software developers interested in system level ... Read more

    $35.99 USD or Free with Kobo Plus

  • CUDA Programming

    A Developer's Guide to Parallel Computing with GPUs

    by Shane Cook ...
    If you need to learn CUDA but don't have experience with parallel computing, CUDA Programming: A Developer's Introduction offers a detailed guide to CUDA with a grounding in parallel fundamentals. It starts by introducing CUDA and bringing you up to speed on GPU parallelism and hardware, then delving into CUDA installation. Chapters on core concepts including threads, blocks, grids, and memory ... Read more

    $44.99 USD

  • CUDA by Example

    An Introduction to General-Purpose GPU Programming

    CUDA is a computing architecture designed to facilitate the development of parallel programs. In conjunction with a comprehensive software platform, the CUDA Architecture enables programmers to draw on the immense power of graphics processing units (GPUs) when building high-performance applications. GPUs, of course, have long been available for demanding graphics and game applications. CUDA now ... Read more

    $41.99 USD

  • Automated Security Analysis of Android and iOS Applications with Mobile Security Framework

    Risky Behaviours in the Top 400 iOS and Android Apps is a concise overview of the security threats posed by the top apps in iOS and Android apps. These apps are ubiquitous on a phones and other mobile devices, and are vulnerable to a wide range digital systems attacks, This brief volume provides security professionals and network systems administrators a much-needed dive into the most current ... Read more

    $35.99 USD

  • Hands-On Concurrency with Rust

    Confidently build memory-safe, parallel, and efficient software in Rust

    Get to grips with modern software demands by learning the effective uses of Rust's powerful memory safety. About This Book • Learn and improve the sequential performance characteristics of your software • Understand the use of operating system processes in a high-scale concurrent system • Learn of the various coordination methods available in the Standard library Who This Book Is For This book is ... Read more

    $35.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