Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie Parallel Programmeren

Als je eBooks uit de categorie Parallel Programmeren' leuk vindt, dan vind je deze toptitels ook geweldig.
145 - 168 van 268 resultaten worden weergegeven
Skip side bar filters
  • Multicore and GPU Programming

    An Integrated Approach

    Multicore and GPU Programming: An Integrated Approach, Second Edition offers broad coverage of key parallel computing tools, essential for multi-core CPU programming and many-core "massively parallel" computing. Using threads, OpenMP, MPI, CUDA and other state-of-the-art tools, the book teaches the design and development of software capable of taking advantage of modern computing platforms that ... Meer lezen

    62,99 €

  • Kotlin Blueprints

    A practical guide to building industry-grade web, mobile, and desktop applications in Kotlin using frameworks such as Spring Boot and Node.js

    Get to know the building blocks of Kotlin and best practices when using quality world-class applicationsKey Features\[\*\] Learn to build exciting and scalable Android and web applications (both the server-side and client-side parts) with your Kotlin skills\[\*\] Dive into the great ecosystem of Kotlin frameworks and libraries through projects that you’ll build using this book\[\*\] This project ... Meer lezen

    29,56 € of Gratis met Kobo Plus

  • Async Rust

    Unleashing the Power of Fearless Concurrency

    Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you how asynchronous Rust can help you solve problems that require multitasking. You'll learn how to apply async programming to solve problems with an async approach. You will also dive deeper into async runtimes, implementing your own ways in ... Meer lezen

    35,50 €

  • XeHE: an Intel GPU Accelerated Fully Homomorphic Encryption Library

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

    Serie 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 ... Meer lezen

    Gratis

  • Shared-Memory Parallelism Can be Simple, Fast, and Scalable

    door Julian Shun ...
    Serie series ACM Books
    Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficult, and often requires significant expertise. To address this challenge, it is crucial to provide programmers with high-level tools to enable them to develop solutions easily, and at the same time emphasize the theoretical and practical aspects of ... Meer lezen

    64,23 €

  • Virtualization: A Manager's Guide

    Big Picture of the Who, What, and Where of Virtualization

    door Dan Kusnetzky ...
    What exactly is virtualization? As this concise book explains, virtualization is a smorgasbord of technologies that offer organizations many advantages, whether you're managing extremely large stores of rapidly changing data, scaling out an application, or harnessing huge amounts of computational power. With this guide, you get an overview of the five main types of virtualization technology, along ... Meer lezen

    8,58 €

  • OpenCL in Action

    How to accelerate graphics and computations

    door Matthew Scarpino ...
    SummaryOpenCL in Action is a thorough, hands-on presentation of OpenCL, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind OpenCL, including vector computing, parallel programming, and multi-threaded operations, and then guides you step-by-step from simple data structures to complex functions.About the ... Meer lezen

    65,97 €

  • GPU Pro 360 Guide to 3D Engine Design

    door Wolfgang Engel ...
    Wolfgang Engel’s GPU Pro 360 Guide to 3D Engine Design gathers all the cutting-edge information from his previous seven GPU Pro volumes into a convenient single source anthology that covers the design of a 3D engine. This volume is complete with articles by leading programmers that focus on various aspects of 3D engine design such as quality and optimization as well as high-level architecture. GPU ... Meer lezen

    60,87 €

  • Performance Tuning of Scientific Applications

    With contributions from some of the most notable experts in the field, Performance Tuning of Scientific Applications presents current research in performance analysis. The book focuses on the following areas.Performance monitoring: Describes the state of the art in hardware and software tools that are commonly used for monitoring and measuring perf ... Meer lezen

    80,35 €

  • C++ Data Structures and Algorithms

    Learn how to write efficient code to build scalable and robust applications in C++

    door Wisnu Anggoro ...
    Learn how to build efficient, secure and robust code in C++ by using data structures and algorithms - the building blocks of C++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 ... Meer lezen

    29,56 € of Gratis met Kobo Plus

  • High-Performance Programming in C# and .NET

    Understand the nuts and bolts of developing robust, faster, and resilient applications in C# 10.0 and .NET 6

    door Jason Alls ...
    Enhance your applications performance using best practices for benchmarking, application profiling, asynchronous programming, designing responsive UIs, gRPC communication, and distributed applicationsKey FeaturesMake the best use of performance enhancements in C\# 10.0 and .NET 6Boost application performance by identifying hardware bottlenecks and common performance pitfallsGet to grips with best ... Meer lezen

    31,47 € of Gratis met Kobo Plus

  • Asynchronous Programming in Rust

    Learn asynchronous programming by building working examples of futures, green threads, and runtimes

    Get a fundamental understanding of asynchronous programming and Rust's futures by working through examples that show you how everything really worksKey FeaturesMaster asynchronous Rust through examples focusing on key conceptsBuild a solid understanding of concepts such as coroutines, fibers, futures, and callbacksExplore Rust's futures, craft your own runtime, and excel in handling stacks, ABIs, ... Meer lezen

    27,66 € of Gratis met Kobo Plus

  • Asynchronous Programming in Python

    Apply asyncio in Python to build scalable, high-performance apps across multiple scenarios

    Take a practical journey through the core principles, concepts, and applications of asynchronous programming in Python across real-world environments and technologies.Key FeaturesUnderstand core principles and theory behind async programming in PythonMeasure the impact of async techniques in practical, real-world use casesApply async patterns in software design and data-oriented architecturesBook ... Meer lezen

    28,61 € of Gratis met Kobo Plus

  • Rust High Performance

    Learn to skyrocket the performance of your Rust applications

    Find bottlenecks, identify the proper algorithm to use, optimize performance, and create really efficient Rust applicationsKey FeaturesUnderstand common performance pitfalls and improve the performance of your applications.Get to grips with parallel programming and multithreading with Rust.Learn metaprogramming in Rust.Book DescriptionThis book teaches you how to optimize the performance of your ... Meer lezen

    29,56 € of Gratis met Kobo Plus

  • Distributed Computing with Go

    Practical concurrency and parallelism for Go applications

    A tutorial leading the aspiring Go developer to full mastery of Golang s distributed features.Key Features\[\*\] This book provides enough concurrency theory to give you a contextual understanding of Go concurrency\[\*\] It gives weight to synchronous and asynchronous data streams in Golang web applications\[\*\] It makes Goroutines and Channels completely familiar and natural to Go developersBook ... Meer lezen

    29,67 € of Gratis met Kobo Plus

  • Concurrent Programming on Windows

    door Joe Duffy ...
    Serie series Microsoft Windows Development Series
    “When you begin using multi-threading throughout an application, the importance of clean architecture and design is critical. . . . This places an emphasis on understanding not only the platform’s capabilities but also emerging best practices. Joe does a great job interspersing best practices alongside theory throughout his book.”– From the Foreword by Craig Mundie, Chief Research and Strategy ... Meer lezen

    57,23 €

  • Delphi High Performance

    Master the art of concurrency, parallel programming, and memory management to build fast Delphi apps

    Master Siemens TIA toolbox tools for efficient PLC and HMI code writing. Gain insights into algorithm performance, Delphi language intricacies, and program optimizations to enhance your skills effectively.Key FeaturesDiscover external programming libraries that will speed up your programming and codeLearn to integrate external libraries into Delphi programsBuild fast Delphi applications using ... Meer lezen

    27,55 € of Gratis met Kobo Plus

  • Multicore Application Programming

    for Windows, Linux, and Oracle Solaris

    door Darryl Gove ...
    Serie series Developer's Library
    Write High-Performance, Highly-Scalable Multicore Applications for Any Leading Hardware and OS EnvironmentProgrammers who know how to leverage today’s multicore processors can achieve remarkable performance improvements, but multicore programming has traditionally been viewed as complex and difficult. Multicore Application Programming is the solution: a comprehensive, practical guide to high ... Meer lezen

    43,45 €

  • High Performance Computing

    Modern Systems and Practices

    Performance Computing: Modern Systems and Practices is a fully comprehensive and easily accessible treatment of high performance computing, covering fundamental concepts and essential knowledge while also providing key skills training. With this book, students will begin their careers with an understanding of possible directions for future research and development in HPC, domain scientists will ... Meer lezen

    71,96 €

  • Accelerating MATLAB Performance

    1001 tips to speed up MATLAB programs

    door Yair M. Altman ...
    The MATLAB programming environment is often perceived as a platform suitable for prototyping and modeling but not for "serious" applications. One of the main complaints is that MATLAB is just too slow. Accelerating MATLAB Performance aims to correct this perception by describing multiple ways to greatly improve MATLAB program speed. Packed with tho ... Meer lezen

    84,01 €

  • Mastering Game Development

    Welcome to the forefront of knowledge with Cybellium, your trusted partner in mastering the cutting-edge fields of IT, Artificial Intelligence, Cyber Security, Business, Economics, and Science.Designed for professionals, students, and enthusiasts alike, our comprehensive books empower you to stay ahead in a rapidly evolving digital world.Expert Insights: Our books provide deep, actionable insights ... Meer lezen

    10,80 €

  • Python Beyond Limits

    Python, #3

    door AnwaarX ...
    Serie Boek 3 - Python
    Python Beyond LimitsMastering High-Performance Systems, Distributed Architectures, and Scalable Workflows in PythonBy AnwaarXUnlock the full power of Python.Whether you're scaling APIs to millions of users, building real-time systems, optimizing ML pipelines, or architecting distributed services—this book is your ultimate guide."Python Beyond Limits" goes far beyond basic tutoria... ... Meer lezen

    26,49 € of Gratis met Kobo Plus

  • C++ Programming Cookbook

    door Anais Sutherland ...
    "C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. C++ programmers face a wide variety of problems, and this carefully written book is a treasure trove of solutions and methods to those software development challenges.Each chapter is organized to help you get a good grasp of the language and everything it ... Meer lezen

    34,99 € of Gratis met Kobo Plus

  • Vulkan Fundamentals: A Beginner's Guide

    Vulcan Fundamentals

    Serie series Vulcan Fundamentals
    "Vulkan Fundamentals: A Beginner's Guide" is your gateway to the exciting world of graphics programming and 3D rendering. Designed for newcomers to the Vulkan API, this comprehensive book takes you on a journey from the basics to the advanced concepts, equipping you with the skills needed to create stunning visual experiences and dive into game development.Discover the inner workings of Vulkan, a ... Meer lezen

    13,99 € of Gratis met Kobo Plus