Přeskočit na hlavní obsah

Nákupní košík

Dostáváte VIP zacházení!

Položka(y), kterou si nemůžete koupit
Prosím, zkontrolujte svůj košík. Nedostupnou položku (y) můžete odebrat nyní nebo ji automaticky odebereme v pokladně.
položkypoložka
položkypoložka

Doporučeno pro vás

Loading...

Paralelní programování elektronické knihy

Pokud se vám líbí e-knihy v oblasti Paralelní programování, pak budete milovat tyto top výběry.
Zobrazuje se 124 z 254
Přeskočit filtry boční lišty
  • Learning Concurrency in Python

    Build highly efficient, robust, and concurrent applications

    podle Elliot Forbes ...
    Practically and deeply understand concurrency in Python to write efficient programsKey Features\[\*\] Build highly efficient, robust, and concurrent applications\[\*\] Work through practical examples that will help you address the challenges of writing concurrent code\[\*\] Improve the overall speed of execution in multiprocessor and multicore systems and keep them highly availableBook ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Getting Clojure

    Build Your Functional Skills One Idea at a Time

    podle Russ Olsen ...
    Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this structure of framework ... Přečtěte si více

    615,79 Kč

  • 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 ... Přečtěte si více

    1 021,49 Kč

  • Ruby on Rails Background Jobs with Sidekiq

    podle 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 ... Přečtěte si více

    208,69 Kč

  • C++ Data Structures and Algorithms

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

    podle 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 ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Parallel and High Performance Programming with Python

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

    podle Fabio Nelli ...
    This book will teach you everything about the powerful techniques and applications of parallel computing, from the basics of parallel programming to the cutting-edge innovations shaping the future of computing.The book starts with an introduction to parallel programming and the different types of parallelism, including parallel programming with threads and processes. The book then delves into ... Přečtěte si více

    494,59 Kč

  • Django 5 Cookbook

    podle Clara Stein ...
    For Python programmers, backend developers, and web developers looking to become experts in the Django framework and improve their problem-solving skills, "Django 5 Cookbook" is the simplest and easiest pocket solution book. This book presents a variety of recipes and solutions to the complex problems of developing web applications in a clear and concise manner.Presented in a logical progression ... Přečtěte si více

    625,75 Kč

  • Reactive Programming with RxJS 5

    Untangle Your Asynchronous JavaScript Code

    podle Sergi Mansilla ...
    Reactive programming is revolutionary. It makes asynchronous programming clean, intuitive, and robust. Use RxJS 5 to write complex programs in a simple way, and master the Observable: a powerful data type that substitutes callbacks and promises. Think about your programs as streams of data that change and adapt to produce what you want. Manage real-world concurrency and write complex flows of ... Přečtěte si více

    435,59 Kč

  • 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 ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Web Programming with Go, Second Edition

    Code, create, and troubleshoot every component of web application using Go and its libraries

    podle Ian Taylor ...
    This is a new edition of "Web Programming with Go" and it's designed to help both entry-level and professional developers build and launch functional web applications using Go's core libraries. Every chapter gives you practical lessons, from setting up Go projects and building strong backend routes to frontend-backend integration, session management, authentication, concurrency, and connecting ... Přečtěte si více

    750,99 Kč

  • Distributed Systems with Elixir

    Designing Resilient and Scalable Applications

    podle Donald E. Melnick ...
    About the Technology:Elixir, a powerful functional programming language built on the Erlang VM, is rapidly gaining traction for building robust and scalable distributed systems. Its lightweight processes, fault-tolerant features, and emphasis on concurrency make it ideal for handling complex workloads across multiple machines.This book is written by an experienced Elixir developer who has a proven ... Přečtěte si více

    155,45 Kč

  • Programming Phoenix 1.4

    Productive |> Reliable |> Fast

    Don't accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator Jose Valim, and award-winning author Bruce Tate walk you through building an application that's fast and reliable. At every step, you'll learn from the Phoenix creators not just what to do, but why. Packed with insider insights and completely updated for Phoenix 1.4, this ... Přečtěte si více

    600,79 Kč

  • Go Cookbook

    Build modular, readable, and testable applications in Go

    podle Aaron Torres ...
    Bridge the gap between basic understanding of Go and use of its advanced featuresKey Features\[\*\] Discover a number of recipes and approaches to develop modern back-end applications\[\*\] Put to use the best practices to combine the recipes for sophisticated parallel tools\[\*\] This book is based on Go 1.8, which is the latest versionBook DescriptionGo (a.k.a. Golang) is a statically-typed ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Parallel Programming with C# and .NET Core

    Developing Multithreaded Applications Using C# and .NET Core 3.1 from Scratch

    Application development has evolved over the last decade, and with the advent of the latest technologies like Angular, React on client-side, and ASP.NET Core, Spring on the server-side, the consumer expectations have risen like never before. The primary objective of this book is to help readers understand the importance of asynchronous programming and various ways it can be achieved using .NET ... Přečtěte si více

    299,79 Kč nebo zdarma s Kobo Plus

  • Distributed AI Systems

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

    podle 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. Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key FeaturesUnderstand GPU hardware, high-speed interconnects, and parallelism strategiesHands-on exercises ... Přečtěte si více

    788,39 Kč nebo zdarma s Kobo Plus

  • GPU Pro 360 Guide to 3D Engine Design

    podle 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 ... Přečtěte si více

    1 456,18 Kč

  • Multicore Application Programming

    for Windows, Linux, and Oracle Solaris

    podle Darryl Gove ...
    Série série 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 ... Přečtěte si více

    901,19 Kč

  • 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 ... Přečtěte si více

    909,89 Kč nebo zdarma s Kobo Plus

  • Learning MCollective

    Parallel Server Management in Puppet and Chef

    podle 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 ... Přečtěte si více

    480,59 Kč

  • Reactive Programming with RxJava

    Creating Asynchronous, Event-Based Applications

    In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm ... Přečtěte si více

    585,79 Kč

  • Python Parallel Programming Cookbook

    Master efficient parallel programming to build powerful applications using Python

    podle Giancarlo Zaccone ...
    Master efficient parallel programming to build powerful applications using PythonKey Features1. Design and implement efficient parallel software2. Master new programming techniques to address and solve complex programming problems3. Explore the world of parallel programming with this book, which is a go-to resource for different kinds of parallel computing tasks in Python, using examples and ... Přečtěte si více

    914,39 Kč nebo zdarma s Kobo Plus

  • High-Performance LLM Inference with TensorRT-LLM

    Optimizing and Serving Models on NVIDIA GPUs

    podle Tobias Renholt ...
    "High-Performance LLM Inference with TensorRT-LLM: Optimizing and Serving Models on NVIDIA GPUs"Large language model deployment lives or dies by inference efficiency, and this book is written for engineers who need more than surface-level guidance. Aimed at experienced practitioners working with NVIDIA GPUs, TensorRT, Triton, and production AI systems, it provides a rigorous path to understanding ... Přečtěte si více

    146,00 Kč nebo zdarma s Kobo Plus

  • Learn R Programming in 24 Hours

    podle Alex Nordeen ...
    R is a programming language developed is widely used for statistical and graphical analysis. It can execute advance machine learning algorithms including earning algorithm, linear regression, time series, statistical inference.R programming language is used by Fortune 500 companies and tech bellwethers like Uber, Google, Airbnb, Facebook, Apple.R provides a data scientist tools and libraries ... Přečtěte si více

    208,44 Kč

  • Delphi GUI Programming with FireMonkey

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

    podle 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 ... Přečtěte si více

    914,39 Kč nebo zdarma s Kobo Plus