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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • Learn Functional Programming with Elixir

    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 ... Read more

    ₹1,908.05

  • Effective Haskell

    Solving Real-World Problems with Strongly Typed Functional Programming

    Put the power of Haskell to work in your programs, learning from an engineer who uses Haskell daily to get practical work done efficiently. Leverage powerful features like Monad Transformers and Type Families to build useful applications. Realize the benefits of a pure functional language, like protecting your code from side effects. Manage concurrent processes fearlessly. Apply functional ... Read more

    ₹2,585.37

  • High Performance Computing for Intelligent Medical Systems

    Series series IOP Series in Next Generation Computing
    Modern medicine and healthcare are highly dependent on engineering, employing instrumentation and computer systems to aid investigation, diagnosis, treatment and patient management. The significant developments in the field of computational intelligence, combined with the emergence of high-performance computing is impacting society in many ways, and the health sector is no exception. The interface ... Read more

    ₹11,914.92

  • Exascale Scientific Applications

    Scalability and Performance Portability

    Series series Chapman & Hall/CRC Computational Science
    From the Foreword:"The authors of the chapters in this book are the pioneers who will explore the exascale frontier. The path forward will not be easy... These authors, along with their colleagues who will produce these powerful computer systems will, with dedication and determination, overcome the scalability problem, discover the new algorithms needed to achieve exascale performance for the ... Read more

    ₹6,850.26

  • Parallel Computing

    Methods, Algorithms and Applications

    Edited by D.J Evans, C.N Sutti ...
    Parallel Computing: Methods, Algorithms and Applications presents a collection of original papers presented at the international meeting on parallel processing, methods, algorithms, and applications at Verona, Italy in September 1989. ... Read more

    ₹9,633.61

  • Rust for Network Programming and Automation

    Rust for Network Programming and Automation is a pragmatic guide that trains you through the Rust to design networks and begin with automating network administration. The book introduces you to the powerful libraries and commands of Rust that are essential for designing, administering and automating networks. You will learn how to use Rust's networking libraries like tokio, mio and rust-async to ... Read more

    ₹2,627.00 or Free with Kobo Plus

  • 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

    ₹930.30 or Free with Kobo Plus

  • 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.Key Features\[\*\] 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 libraryBook DescriptionMost ... Read more

    ₹2,868.80 or Free with Kobo Plus

  • Hands-On GPU Computing with Python

    Explore the capabilities of GPUs for solving high performance computational problems

    Explore a GPU-enabled programmable environment for machine learning, scientific applications, and gaming using PuCUDA, PyOpenGL, and Anaconda AccelerateKey FeaturesUnderstand effective synchronization strategies for faster processing using GPUsWrite parallel processing scripts with PyCuda and PyOpenCLLearn to use CUDA libraries such as CuDNN for deep learning on GPUsBook DescriptionGPUs are ... Read more

    ₹2,587.49 or Free with Kobo Plus

  • Large-scale Distributed Systems and Energy Efficiency

    A Holistic View

    Series series Wiley Series on Parallel and Distributed Computing
    Addresses innovations in technology relating to the energy efficiency of a wide variety of contemporary computer systems and networksWith concerns about global energy consumption at an all-time high, improving computer networks energy efficiency is becoming an increasingly important topic. Large-Scale Distributed Systems and Energy Efficiency: A Holistic View addresses innovations in technology ... Read more

    ₹9,142.00

  • Learning MCollective

    Parallel Server Management in Puppet and Chef

    by Jo Rhett ...
    Orchestrate change across server clusters in near realtime with MCollective, the framework that works in concert with Puppet, Chef, and other configuration management tools. Ideal for system administrators and operations or DevOps engineers at any level, this hands-on guide teaches you how to build and test a real installation of MCollective servers and clients in your environment.Learn how to ... Read more

    ₹1,445.49

  • Hadoop: The Definitive Guide

    The Definitive Guide

    by Tom White ...
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, ... Read more

    ₹1,858.49

  • Node.js 8 the Right Way

    Practical, Server-Side JavaScript That Scales

    by Jim Wilson ...
    Node.js is the platform of choice for creating modern web services. This fast-paced book gets you up to speed on server-side programming with Node.js 8, as you develop real programs that are small, fast, low-profile, and useful. Take JavaScript beyond the browser, explore dynamic language features, and embrace evented programming.Harness the power of the event loop and non-blocking I/O to create ... Read more

    ₹1,495.05