Skip to main content

Ostoskori

Saat VIP-jäsenen kohtelua!

Nimikettä/nimikkeitä ei voi ostaa
Tarkasta ostoskorisi sisältö. Voit poistaa ei-saatavilla olevia nimikkeitä nyt, tai poistamme ne automaattisesti maksuvaiheessa.
nimikkeetnimike
nimikkeetnimike

Suositeltu sinulle

Loading...

Rinnakkaisohjelmointi e-kirjat

Jos pidät kategorian Rinnakkaisohjelmointi e-kirjoista, tulet pitämään näistä huippuvalinnoista.
Näytetään 124/268 tulosta
Skip side bar filters
  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Lue lisää

    31,09 €

  • Concurrent Programming on Windows

    kirjoittanut Joe Duffy ...
    Sarja sarja 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 ... Lue lisää

    61,28 €

  • Mastering C++ Multithreading

    Write robust, concurrent, and parallel applications

    kirjoittanut Maya Posch ...
    Master multithreading and concurrent processing with C++Key Features\[\*\] Delve into the fundamentals of multithreading and concurrency and find out how to implement them\[\*\] Explore atomic operations to optimize code performance\[\*\] Apply concurrency to both distributed computing and GPGPU processingBook DescriptionMultithreaded applications execute multiple threads in a single processor ... Lue lisää

    31,66 € tai ilmainen Kobo Plus -tilauksella

  • Hadoop Application Architectures

    Designing Real-World Big Data Applications

    Get expert guidance on architecting end-to-end data management solutions with Apache Hadoop. While many sources explain how to use various components in the Hadoop ecosystem, this practical book takes you through architectural considerations necessary to tie those components together into a complete tailored application, based on your particular use case.To reinforce those lessons, the book’s ... Lue lisää

    31,54 €

  • Programming Your GPU with OpenMP

    Performance Portability for GPUs

    kirjoittanut Tom Deakin, Timothy G. Mattson ...
    Sarja sarja 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 ... Lue lisää

    58,55 €

  • Stream Processing with Apache Spark

    Mastering Structured Streaming and Spark Streaming

    kirjoittanut Gerard Maas, Francois Garillot ...
    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 ... Lue lisää

    26,21 €

  • Effective Rust

    35 Specific Ways to Improve Your Rust Code

    kirjoittanut David Drysdale ...
    Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust—while also making full use of Rust's type system, safety guarantees, and burgeoning ecosystem.If you're a software ... Lue lisää

    38,01 €

  • Concurrency in C# Cookbook

    Asynchronous, Parallel, and Multithreaded Programming

    kirjoittanut Stephen Cleary ...
    If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.Concurrency is now more common in ... Lue lisää

    26,21 €

  • Distributed Tracing in Practice

    Instrumenting, Analyzing, and Debugging Microservices

    Since most applications today are distributed in some fashion, monitoring their health and performance requires a new approach. Enter distributed tracing, a method of profiling and monitoring distributed applications—particularly those that use microservice architectures. There’s just one problem: distributed tracing can be hard. But it doesn’t have to be.With this guide, you’ll learn what ... Lue lisää

    31,09 €

  • 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)

    kirjoittanut Javier Antoniucci ...
    Unlock Next-Level Scalable App Development with Monorepo and BazelBook Description“Ultimate Scalable Monorepo Apps with Bazel" is the go-to guide for developers and engineers looking to maximize the potential of Bazel within a monorepo setup.It explores the intricacies of building large-scale applications, contrasting the monorepo approach with polyrepo setups and highlighting benefits like ... Lue lisää

    27,99 € tai ilmainen Kobo Plus -tilauksella

  • WebAssembly: The Definitive Guide

    Safe, Fast, and Portable Code

    kirjoittanut 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 ... Lue lisää

    31,09 €

  • 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 ... Lue lisää

    58,55 €

  • Using Asyncio in Python

    Understanding Python's Asynchronous Programming Features

    kirjoittanut Caleb Hattingh ...
    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 ... Lue lisää

    16,33 €

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    kirjoittanut 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 ... Lue lisää

    26,55 €

  • Rust In Practice

    kirjoittanut 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 ... Lue lisää

    29,49 € tai ilmainen Kobo Plus -tilauksella

  • Parallel Programming with Julia

    Design, Implement, and Optimize Parallel Applications

    kirjoittanut Randy H. Mills ...
    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 ... Lue lisää

    6,02 € tai ilmainen Kobo Plus -tilauksella

  • Programming Amazon EC2

    Survive your Success

    kirjoittanut Jurg van Vliet, Flavia Paganelli ...
    If you plan to use Amazon Web Services to run applications in the cloud, the end-to-end approach in this book will save you needless trial and error. You'll find practical guidelines for designing and building applications with Amazon Elastic Compute Cloud (EC2) and a host of supporting AWS tools, with a focus on critical issues such as load balancing, monitoring, and automation.How do you move an ... Lue lisää

    24,16 €

  • Creating Components

    Object Oriented, Concurrent, and Distributed Computing in Java

    kirjoittanut Charles W. Kann ...
    Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. However, mastering concurrency is one of the greatest challenges for both new and veteran programmers. Softwar ... Lue lisää

    136,90 €

  • Concurrent Data Processing in Elixir

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

    kirjoittanut Svilen Gospodinov ...
    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, ... Lue lisää

    21,33 €

  • 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, ... Lue lisää

    135,85 €

  • Ruby on Rails Background Jobs with Sidekiq

    kirjoittanut David B. Copeland ...
    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 ... Lue lisää

    10,54 €

  • 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 ... Lue lisää

    100,38 €

  • GPU Pro 6

    Advanced Rendering Techniques

    Muokkaaja 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 ... Lue lisää

    113,42 €

  • Practical Rust 1.x Cookbook

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

    kirjoittanut Rustacean Team ...
    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 ... Lue lisää

    37,78 €