Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Parallel programmering e-bøger

Hvis du kan lide Parallel programmering e-bøger, så vil du elske disse fremragende valg.
Viser 1 - 24 af 245 resultater
Skip side bar filters
  • Delphi GUI Programming with FireMonkey

    Unleash the full potential of the FMX framework to build exciting cross-platform apps with Embarcadero Delphi

    af Andrea Magni ...
    Create modern yet effective multi-platform applications by building interactive UIs following a single codebase approach to boost productivityKey FeaturesDelve into the FireMonkey framework and explore its powerful capabilitiesEnhance the user experience by using various technologies included in Delphi and FMXBoost developer productivity through the cross-platform capabilities enabled by the ... Læs mere

    341,99 kr. eller Gratis med Kobo Plus

  • Programming Your GPU with OpenMP

    Performance Portability for GPUs

    Serier serie Scientific and Engineering Computation
    The essential guide for writing portable, parallel programs for GPUs using the OpenMP programming model.Today’s computers are complex, multi-architecture systems: multiple cores in a shared address space, graphics processing units (GPUs), and specialized accelerators. To get the most from these systems, programs must use all these different processors. In Programming Your GPU with OpenMP, Tom ... Læs mere

    481,11 kr.

  • MapReduce Design Patterns

    Building Effective Algorithms and Analytics for Hadoop and Other Systems

    Until now, design patterns for the MapReduce framework have been scattered among various research papers, blogs, and books. This handy guide brings together a unique collection of valuable MapReduce patterns that will save you time and effort regardless of the domain, language, or development framework you’re using.Each pattern is explained in context, with pitfalls and caveats clearly identified ... Læs mere

    226,36 kr.

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

    af Julian Shun ...
    Serier serie 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 ... Læs mere

    565,74 kr.

  • Virtualization: A Manager's Guide

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

    af 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 ... Læs mere

    83,74 kr.

  • GPU Pro 360 Guide to 3D Engine Design

    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 ... Læs mere

    536,34 kr.

  • 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 ... Læs mere

    708,00 kr.

  • C++ Programming Cookbook

    "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 ... Læs mere

    226,31 kr. eller Gratis med Kobo Plus

  • C++ Data Structures and Algorithms

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

    af 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 ... Læs mere

    300,36 kr. eller Gratis med 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

    af 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 ... Læs mere

    323,99 kr. eller Gratis med Kobo Plus

  • GPU-Accelerated Computing with Python 3 and CUDA

    From low-level kernels to real-world applications in scientific computing and machine learning

    Accelerate your Python code on the GPU using CUDA, Numba, and modern libraries to solve real-world problems faster and more efficiently.Key FeaturesBuild a solid foundation in CUDA with Python, from kernel design to execution and debuggingOptimize GPU performance with efficient memory access, CUDA streams, and multi-GPU scalingUse JAX, CuPy, RAPIDS, and Numba to accelerate numerical computing and ... Læs mere

    294,74 kr. eller Gratis med 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, ... Læs mere

    294,74 kr. eller Gratis med 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 ... Læs mere

    294,99 kr. eller Gratis med 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 ... Læs mere

    300,36 kr. eller Gratis med 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 ... Læs mere

    301,24 kr. eller Gratis med Kobo Plus

  • Accelerating MATLAB Performance

    1001 tips to speed up MATLAB programs

    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 ... Læs mere

    740,19 kr.

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

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

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

    98,25 kr. eller Gratis med Kobo Plus

  • Efficient Android Threading

    Asynchronous Processing Techniques for Android Applications

    Multithreading is essential if you want to create an Android app with a great user experience, but how do you know which techniques can help solve your problem? This practical book describes many asynchronous mechanisms available in the Android SDK, and provides guidelines for selecting the ones most appropriate for the app you’re building.Author Anders Goransson demonstrates the advantages and ... Læs mere

    287,24 kr.

  • 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 ... Læs mere

    203,74 kr.

  • Persistence Best Practices for Java Applications

    Effective strategies for distributed cloud-native applications and data-driven modernization

    The definitive guide for designing and delivering reliable and high-performing persistence layers using Java in the cloud-native age Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesUncover database patterns for designing readable and maintainable architectures and Java applicationsMaster various techniques to overcome application and architecture persistence ... Læs mere

    282,36 kr. eller Gratis med Kobo Plus

  • Rust In Practice, Second Edition

    Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages with latest Rust 1.77"Rust In Practice, Second Edition" is an updated book that builds on the previous edition's excellent foundation and is intended to help readers progress from novice to proficient Rust developers. This new edition comes with Rust 1.77 version that goes deeper into Rust's core and advanced ... Læs mere

    232,60 kr. eller Gratis med Kobo Plus

  • PowerShell Playbook: Taming the Terminal with Wit, Script, and Wizardry

    af Scott Markham ...
    PowerShell Playbook: Taming the Terminal with Wit, Script, and WizardryIf you've ever looked at your terminal and thought, "Well, that's an intimidating beast," then PowerShell Playbook is here to change the game. This isn't your typical dry, technical manual. Think of it as a guide to the secret world of scripting, where automation meets magic, and you're the wizard in charge. From your first ... Læs mere

    50,24 kr. eller Gratis med Kobo Plus

  • Parallel and High Performance Programming with Python

    Unlock parallel and concurrent programming in Python using multithreading, CUDA, Pytorch and Dask. (English Edition)

    af Fabio Nelli ...
    Unleash the capabilities of Python and its libraries for solving high performance computational problems.KEY FEATURES● Explores parallel programming concepts and techniques for high-performance computing.● Covers parallel algorithms, multiprocessing, distributed computing, and GPU programming.● Provides practical use of popular Python libraries/tools like NumPy, Pandas, Dask, and TensorFlow ... Læs mere

    196,12 kr. eller Gratis med Kobo Plus

  • Parallel Programming with Python

    af Jan Palach ...
    A fast, easy-to-follow and clear tutorial to help you develop Parallel computing systems using Python. Along with explaining the fundamentals, the book will also introduce you to slightly advanced concepts and will help you in implementing these techniques in the real world. If you are an experienced Python programmer and are willing to utilize the available computing resources by parallelizing ... Læs mere

    150,86 kr. eller Gratis med Kobo Plus