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 257 Results
Skip side bar filters
  • Rust Atomics and Locks

    Low-Level Concurrency in Practice

    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

    ₹2,221.93

  • OpenCL Programming by Example

    This book follows an example-driven, simplified, and practical approach to using OpenCL for general purpose GPU programming.If you are a beginner in parallel programming and would like to quickly accelerate your algorithms using OpenCL, this book is perfect for you! You will find the diverse topics and case studies in this book interesting and informative. You will only require a good knowledge of ... Read more

    ₹1,097.03 or Free with Kobo Plus

  • Learning Concurrency in Kotlin

    Build highly efficient and scalable applications

    Take advantage of Kotlin\\'s concurrency primitives to write efficient multithreaded applicationsKey FeaturesUnderstand Kotlin’s unique approach to multithreadingLearn how to write concurrent non-blocking code with the help of practical examplesImprove the overall execution speed in multiprocessor and multicore systemsBook DescriptionKotlin is a modern and statically typed programming language ... Read more

    ₹2,868.80 or Free with Kobo Plus

  • Practical GPU Programming

    by Maris Fenlor ...
    If you're a Python pro looking to get the most out of your code with GPUs, then Practical GPU Programming is the right book for you. This book will walk you through the basics of GPU architectures, show you hands-on parallel programming techniques, and give you the know-how to confidently speed up real workloads in data processing, analytics, and engineering.The first thing you'll do is set up the ... Read more

    ₹2,568.00 or Free with Kobo Plus

  • Hands-On GPU Programming with Python and CUDA

    Explore high-performance parallel computing with CUDA

    Build real-world applications with Python 2.7, CUDA 9, and CUDA 10. We suggest the use of Python 2.7 over Python 3.x, since Python 2.7 has stable support across all the libraries we use in this book.Key FeaturesExpand your background in GPU programming—PyCUDA, scikit-cuda, and NsightEffectively use CUDA libraries such as cuBLAS, cuFFT, and cuSolverApply GPU programming to modern data science ... Read more

    ₹2,868.80 or Free with Kobo Plus

  • Mastering Concurrency Programming with Java 9, Second Edition

    Fast, reactive and parallel application development

    Master the principles to make applications robust, scalable and responsiveKey Features\[\*\] Implement concurrent applications using the Java 9 Concurrency API and its new components\[\*\] Improve the performance of your applications and process more data at the same time, taking advantage of all of your resources\[\*\] Construct real-world examples related to machine learning, data mining, ... Read more

    ₹3,262.45 or Free with Kobo Plus

  • Multithreading in C# 5.0 Cookbook

    Cookbook.Multithreading in C# 5.0 Cookbook is written for existing C# developers who want a complete, professional, and authoritative guide to multithreading. You don't need any experience with multithreaded programming to use this book. ... Read more

    ₹997.21 or Free with Kobo Plus

  • 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

    ₹2,172.37

  • Java 9 Concurrency Cookbook

    Build highly scalable, robust, and concurrent applications

    Master the art of fast, effective Java development with the power of concurrent and parallel programmingKey Features\[\*\] Get detailed coverage of important recipes on multi-threading and parallel programming\[\*\] This book takes a close look at the Java 9 APIs and their impact on concurrency\[\*\] See practical examples on thread safety, high-performance classes, safe sharing, and a whole lot ... Read more

    ₹3,262.45 or Free with Kobo Plus

  • Shared Memory Application Programming

    Concepts and Strategies in Multicore Application Programming

    Shared Memory Application Programming presents the key concepts and applications of parallel programming, in an accessible and engaging style applicable to developers across many domains. Multithreaded programming is today a core technology, at the basis of all software development projects in any branch of applied computer science. This book guides readers to develop insights about threaded ... Read more

    Was ₹4,024.26 Now ₹3,410.42

  • Stream Processing with Apache Spark

    Mastering Structured Streaming and Spark Streaming

    Before you can build analytics tools to gain quick insights, you first need to know how to process data in real time. With this practical guide, developers familiar with Apache Spark will learn how to put this in-memory framework to use for streaming data. You’ll discover how Spark enables you to write streaming jobs in almost the same way you write batch jobs.Authors Gerard Maas and François ... Read more

    ₹2,221.93

  • Ultimate Monorepo and Bazel for Building Apps at Scale

    Level Up Your Large-Scale Application Development with Monorepo and Bazel for Enhanced Productivity, Scalability, and Integration (English Edition)

    Unlock Next-Level Scalable App Development with Monorepo and BazelKey Features● Unleash the transformative power of Monorepos with Bazel, revolutionizing your development workflow.● Elevate your build system to unmatched levels of efficiency and reliability through comprehensive Bazel mastery.● Propel yourself into the future of software development by mastering Bazel and harnessing the potential ... Read more

    ₹2,717.13 or Free with Kobo Plus

  • WebAssembly: The Definitive Guide

    Safe, Fast, and Portable Code

    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

    ₹2,634.93

  • Managing the Web of Things

    Linking the Real World to the Web

    Managing the Web of Things: Linking the Real World to the Web presents a consolidated and holistic coverage of engineering, management, and analytics of the Internet of Things. The web has gone through many transformations, from traditional linking and sharing of computers and documents (i.e., Web of Data), to the current connection of people (i.e., Web of People), and to the emerging connection ... Read more

    Was ₹5,174.05 Now ₹4,384.87

  • Using Asyncio in Python

    Understanding Python's Asynchronous Programming Features

    If you’re among the Python developers put off by asyncio’s complexity, it’s time to take another look. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework and end-user developers. The features you need to consider are a small subset of the whole asyncio API, but picking out the right features is the tricky part. That’s where this practical ... Read more

    ₹1,346.37

  • 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

    ₹1,858.49

  • Rust In Practice

    by GitforGits ...
    Rust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the syntax and semantics of the Rust language, including its unique ownership model and type system ... Read more

    ₹2,627.00 or Free with Kobo Plus

  • Parallel Programming with Julia

    Design, Implement, and Optimize Parallel Applications

    Parallel Programming with Julia: Design, Implement, and Optimize Parallel ApplicationsAbout the Technology:Unleash the Power of Julia: Julia is a revolutionary high-performance language specifically designed for parallel computing. This book unlocks its potential for tackling complex problems that traditional languages struggle with.Written by Julia Experts: Learn from experienced Julia developers ... Read more

    ₹674.43 or Free with Kobo Plus

  • Concurrent Data Processing in Elixir

    Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway

    Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or fault-tolerance. Most projects benefit from running background tasks and processing data concurrently, but the world of OTP and various libraries can be challenging. Which Supervisor and what strategy to use? What about GenServer? Maybe you need back-pressure, ... Read more

    ₹1,759.37

  • High Performance Scientific Computing Using Distributed Infrastructures

    This book aims to provide a deep look into Italian actions taken in some fields of science and high performance computing (HPC), and the Italian effort to bridge the HPC gap with respect to Europe. The Italian PON ReCaS Project is written for graduate readers and professionals in the field of high performance computing. It presents and discusses innovative and important technological solutions, ... Read more

    ₹13,531.40

  • Ruby on Rails Background Jobs with Sidekiq

    Using Sidekiq for background jobs is a great way to scale and grow your app. This book will give you a solid, practical foundation for creating resilient, well-tested, self-healing code that uses background jobs. You'll be able to simulate real-world failure modes and learn how to write idempotent code that can be safely run with Sidekiq.One of the best ways to improve your Rails app's performance ... Read more

    ₹716.84

  • Multithreading for Visual Effects

    Tackle the Challenges of Parallel Programming in the Visual Effects IndustryIn Multithreading for Visual Effects, developers from DreamWorks Animation, Pixar, Side Effects, Intel, and AMD share their successes and failures in the messy real-world application area of production software. They provide practical advice on multithreading techniques and visual effects used in popular visual effects ... Read more

    ₹11,025.29

  • GPU Pro 6

    Advanced Rendering Techniques

    Edited by Wolfgang Engel ...
    The latest edition of this bestselling game development reference offers proven tips and techniques for the real-time rendering of special effects and visualization data that are useful for beginners and seasoned game and graphics programmers alike.Exploring recent developments in the rapidly evolving field of real-time rendering, GPU Pro6: Advance ... Read more

    ₹12,416.96

  • Practical Rust 1.x Cookbook

    100+ Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance and Microservices

    100s of Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance, and MicroservicesPractical Rust 1.x Cookbook is an in-depth guide for experienced Rust programmers looking to create robust and efficient applications. This solution-focused book covers many topics, including command line, webassembly, networking, Kubernetes, microservices, and system programming.This book ... Read more

    ₹3,424.82