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 193 - 216 of 268 Results
Skip side bar filters
  • Mastering Cloud Computing

    Foundations and Applications Programming

    Mastering Cloud Computing: Foundations and Applications Programming, Second Edition serves as a comprehensive introduction for readers seeking to develop applications in the ever-evolving world of cloud computing. As technology advances, applications are no longer confined to a single machine but instead operate from virtual servers, accessible globally at any time. This book equips aspiring ... Read more

    $109.59 CAD

  • Parallel Programming with Co-arrays

    Series series Chapman & Hall/CRC Computational Science
    Parallel Programming with Co-Arrays describes the basic techniques used to design parallel algorithms for high-performance, scientific computing. It is intended for upper-level undergraduate students and graduate students who need to develop parallel codes with little or no previous introduction to parallel computing. It is also intended as a reference manual for researchers active in the field of ... Read more

    $86.85 CAD

  • Master Machine Learning with MATLAB

    A Data Scientist's Guide to Algorithm Development

    About the Technology:Machine learning (ML) is revolutionizing every industry. This book leverages MATLAB, a powerful computing environment, to equip you with the skills to create and implement efficient ML algorithms from scratch.Authored by an experienced data scientist, this book combines theoretical foundations with practical application, ensuring you not only understand the algorithms but also ... Read more

    $14.62 CAD

  • Selenium WebDriver Quick Start Guide

    Write clear, readable, and reliable tests with Selenium WebDriver 3

    Get writing tests and learn to design your own testing framework with Selenium WebDriver APIKey FeaturesLearn Selenium from the ground upDesign your own testing frameworkCreate reusable functionality in your frameworkBook DescriptionSelenium WebDriver is a platform-independent API for automating the testing of both browser and mobile applications. It is also a core technology in many other browser ... Read more

    $28.79 CAD or Free with Kobo Plus

  • Rust Web Programming

    A hands-on guide to Rust for modern web development, with microservices and nanoservices

    A comprehensive guide to developing, packaging, and deploying Rust web applications – with new coverage on async Rust, WebAssembly, nanoservices, and more. Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesGet a comprehensive introduction to Rust for full-stack web developmentExplore the exciting evolution of Rust in recent years with WebAssembly, Axum, native ... Read more

    $40.79 CAD or Free with Kobo Plus

  • Asynchronous Programming with C++

    Build blazing-fast software with multithreading and asynchronous programming for ultimate efficiency

    Design and develop high-performance software solutions by using concurrent and asynchronous techniques provided by the most modern features in C++20 and C++23Key FeaturesLearn how to use modern C++ features, including futures, promises, async, and coroutines to build asynchronous solutionsDevelop cross-platform network and low-level I/O projects with Boost.AsioMaster optimization techniques by ... Read more

    $34.39 CAD or Free with Kobo Plus

  • Full Stack Web Development

    Mastering Web Development from Client to Server-Side Technologies

    This book is a complete guide to mastering full stack web development from HTML and CSS to JavaScript, Node.js, and PHP. Learn to build, optimize, and deploy dynamic web applications using modern tools and practices.Key FeaturesComprehensive coverage of front-end and back-end web developmentPractical examples and real-life applications for dynamic websitesDetailed exploration of essential tools, ... Read more

    $55.19 CAD or Free with Kobo Plus

  • Numerical Analysis and Scientific Computation

    Series series Textbooks in Mathematics
    This is an introductory single-term numerical analysis text with a modern scientific computing flavor. It offers an immediate immersion in numerical methods featuring an up-to-date approach to computational matrix algebra and an emphasis on methods used in actual software packages, always highlighting how hardware concerns can impact the choice of algorithm. It fills the need for a text that is ... Read more

    $108.99 CAD

  • The Rust Optimizer's Handbook

    Practical Strategies for Real-World Efficiency

    Rust is a powerful systems programming language prized for its speed, memory safety, and expressiveness. However, even the most meticulously crafted Rust program can benefit from optimization. This book equips you with the knowledge and tools to transform your Rust code into a high-performance machine.Short SummaryWelcome to the realm of Rust optimization! This comprehensive handbook empowers you ... Read more

    $11.06 CAD or Free with Kobo Plus

  • Parallel Iterative Algorithms

    From Sequential to Grid Computing

    Focusing on grid computing and asynchronism, Parallel Iterative Algorithms explores the theoretical and practical aspects of parallel numerical algorithms. Each chapter contains a theoretical discussion of the topic, an algorithmic section that fully details implementation examples and specific algorithms, and an evaluation of the advantages and dr ... Read more

    $119.42 CAD

  • Dynamic Programming in Python

    From Basics to Expert Proficiency

    by William Smith ...
    "Dynamic Programming in Python: From Basics to Expert Proficiency" is a comprehensive guide designed to equip readers with the skills and knowledge necessary to master dynamic programming techniques using Python. Starting from foundational concepts such as recursion and moving through to advanced topics, this book covers every essential aspect of dynamic programming. Detailed explanations, ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Programação Paralela e Distribuída

    com MPI, OpenMP e OpenACC para computação de alto desempenho

    A programação paralela nos permite criar aplicações que podem realizar uma quantidade expressiva de cálculos sobre um conjunto significativo de dados, com resultados em prazos muito mais reduzidos, quando comparados com ouso da programação sequencial. Com isso, abrem-se possibilidades para desenvolvimento de modelos computacionais mais sofisticados para a solução de problemas cada vez mais ... Read more

    $10.99 CAD or Free with Kobo Plus

  • Practical Rust 1.x Cookbook

    Practical 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 a wide range of topics, including command-line, webassembly, networking, kubernetes, microservices, and system programming.This book includes over 100 real-world practical exercises that will teach you how to use the Rust compiler ... Read more

    $50.99 CAD or Free with Kobo Plus

  • 深入淺出 .NET 10 併發程式設計

    Async/Await、多執行緒、與平行處理

    by 蔡煥麟 ...
    Series Book 2 - .NET 開發者修練系列
    你是否曾經在撰寫 .NET 應用程式時,遇過 UI 卡住、網站回應變慢、背景工作吞吐量不佳,或是被 async/await、Task.Run、ConfigureAwait(false)、取消與例外處理搞得一頭霧水?本書就是為了解決這些問題而寫。這是一本從觀念建立到實戰應用,系統性帶你掌握 .NET 10 非同步程式設計的技術書。全書以清楚易懂的方式,帶你理解執行緒、Task、async/await、取消與逾時、同步機制、平行處理、非同步資料流、非同步資源管理,以及進階的 TaskCompletionSource、ValueTask、ExecutionContext、TaskScheduler、API 設計等主題。本書不只告訴你語法怎麼寫,更重視背後的思考方式與實務判斷。你將學會什麼時候該用非同步、什麼時候該用平行處理、如何避免常見陷阱(例如 sync-over-async、死鎖 ... Read more

    $16.97 CAD or Free with Kobo Plus

  • 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

    $27.19 CAD

  • Programming for Hybrid Multi/Manycore MPP Systems

    Series series Chapman & Hall/CRC Computational Science
    "Ask not what your compiler can do for you, ask what you can do for your compiler."--John Levesque, Director of Cray’s Supercomputing Centers of ExcellenceThe next decade of computationally intense computing lies with more powerful multi/manycore nodes where processors share a large memory space. These nodes will be the building block for systems that range from a single node workstation up to ... Read more

    $86.85 CAD

  • Distributed AI Systems

    A practical guide to building scalable training, inference, and serving systems for production AI

    by Fuheng Wu ...
    Learn distributed AI through hands-on experience with training frameworks, inference engines, and orchestration tools to build production-ready training, inference and serving systems for modern large-scale AI.Key FeaturesUnderstand GPU hardware, high-speed interconnects, and parallelism strategiesLearn distributed training with resource-optimized techniquesDeploy high-performance inference with ... Read more

    $40.99 CAD

    PRE-ORDER

  • Fortran 2018 with Parallel Programming

    by Subrata Ray ...
    The programming language Fortran dates back to 1957 when a team of IBM engineers released the first Fortran Compiler. During the past 60 years, the language had been revised and updated several times to incorporate more features to enable writing clean and structured computer programs. The present version is Fortran 2018. Since the dawn of the computer era, there had been a constant demand for a ... Read more

    $100.42 CAD

  • DevOps and Site Reliability Engineering Handbook

    Non-Programmer’s Guide

    Are we doing DevOps or SRE?There are many blogs, videos, Quora posts discussing the similarities and differences in both the practices. SRE was developed by Google for internal consumption and overlaps with the DevOps culture and philosophy.Now Let’s See a Definition of DevOps & SRE!- DevOps is more of an organizational culture that fills the gap between coder and the operation person and aligns ... Read more

    $6.79 CAD or Free with Kobo Plus

  • Distributed Computing in Java 9

    Leverage the latest features of Java 9 for distributed computing

    Explore the power of distributed computing to write concurrent, scalable applications in JavaKey Features? Make the best of Java 9 features to write succinct code? Handle large amounts of data using HPC? Make use of AWS and Google App Engine along with Java to establish a powerful remote computation systemBook DescriptionDistributed computing is the concept with which a bigger computation process ... Read more

    $41.59 CAD or Free with Kobo Plus

  • CUDA Programming with C++

    From Basics to Expert Proficiency

    by William Smith ...
    "CUDA Programming with C++: From Basics to Expert Proficiency" is a comprehensive guide aimed at providing a deep understanding of parallel computing using CUDA and C++. Tailored for both beginners and experienced developers, this book meticulously covers fundamental concepts, advanced techniques, and practical applications of CUDA programming. From setting up the development environment to ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Boost C++ Application Development Cookbook

    Recipes to simplify your application development

    Learn to build applications faster and better by leveraging the real power of Boost and C++Key FeaturesLearn to use the Boost libraries to simplify your application developmentLearn to develop high quality, fast and portable applicationsLearn the relations between Boost and C++11/C++4/C++17Book DescriptionIf you want to take advantage of the real power of Boost and C++ and avoid the confusion ... Read more

    $47.19 CAD or Free with Kobo Plus

  • The OpenMP Common Core

    Making OpenMP Simple Again

    Series series Scientific and Engineering Computation
    How to become a parallel programmer by learning the twenty-one essential components of OpenMP.This book guides readers through the most essential elements of OpenMP—the twenty-one components that most OpenMP programmers use most of the time, known collectively as the “OpenMP Common Core.” Once they have mastered these components, readers with no prior experience writing parallel code will be ... Read more

    $43.99 CAD

  • Topics in Parallel and Distributed Computing

    Introducing Concurrency in Undergraduate Courses

    Topics in Parallel and Distributed Computing provides resources and guidance for those learning PDC as well as those teaching students new to the discipline. The pervasiveness of computing devices containing multicore CPUs and GPUs, including home and office PCs, laptops, and mobile devices, is making even common users dependent on parallel processing. Certainly, it is no longer sufficient for ... Read more

    $71.19 CAD