Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Rust Atomics and Locks: Low-Level Concurrency in Practice by Mara Bos
RRP: £44.99Booksplease Price: £29.03The Rust programming language is extremely well-suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the... -
Hadoop - The Definitive Guide 4e Tom White 9781491901632
RRP: £51.99Booksplease Price: £34.13Ready to unlock the power of your data? With the fourth edition of this comprehensive guide, you'll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets... -
Programming Rust: Fast, Safe Systems Development Jim Blandy 9781492052593
RRP: £63.99Booksplease Price: £41.51Systems 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... -
Effective Haskell: Solving Real-World Problems with Strongly Typed Functional Programming Rebecca Skinner 9781680509342
RRP: £46.50Booksplease Price: £30.52Put the power of Haskell to work in your programs, learning from an engineer who uses Haskell daily to get practical work done efficiently. Leverage powerful features like Monad Transformers and Type Families to build useful applications. Realize the... -
Programming Massively Parallel Processors: A Hands-on Approach by Wen-mei W. Hwu
Booksplease Price: £82.28Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780323912310Author Wen-mei W. HwuFormat PaperbackPage Count 580Imprint Morgan KaufmannPublisher Elsevier Science & TechnologyWeight(grams) 910g -
Seven Concurrency Models in Seven Weeks: When Threads Unravel Paul Butcher 9781937785659
RRP: £30.50Booksplease Price: £19.86Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks... -
Professional CUDA C Programming John Cheng 9781118739327
RRP: £47.50Booksplease Price: £30.63Break into the powerful world of parallel GPU programming with this down-to-earth, practical guide Designed for professionals across multiple industrial sectors, Professional CUDA C Programming presents CUDA -- a parallel computing platform and... -
Windows(R) 64-bit Assembly Language Programming Quick Start: Intel(R) X86-64, SSE, AVX by Robert Dunne 9780970112460
RRP: £14.99Booksplease Price: £11.66Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780970112460Author Robert DunneFormat PaperbackPage Count 194Imprint Gaul CommunicationsPublisher Gaul CommunicationsWeight(grams) 268g -
Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming Stephen Cleary 9781492054504
RRP: £44.99Booksplease Price: £29.03If 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... -
Specifying Systems: The TLA+ Language and Tools for Hardware and Software Engineers by Leslie Lamport
RRP: £33.49Booksplease Price: £24.24This book is the distillation of over 25 years of work by one of the world's most renowned computer scientists. A specification is a written description of what a system is supposed to do, plus a way of checking to make sure that it works. Specifying a... -
WebAssembly - The Definitive Guide: Safe, Fast, and Portable Code Brian Sletten 9781492089841
RRP: £52.99Booksplease Price: £33.95WebAssembly: 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... -
Concurrent Data Processing in Elixir: Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway Svilen Gospodinov 9781680508192
RRP: £31.95Booksplease Price: £20.75Learn 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... -
Principles of Concurrent and Distributed Programming by M. Ben-Ari
RRP: £71.99Booksplease Price: £63.89The latest edition of a classic text on concurrency and distributed programming - from a winner of the ACM/SIGCSE Award for Outstanding Contribution to Computer Science Education.The latest edition of a classic text on concurrency and distributed... -
Using Asyncio in Python: Understanding Python's Asynchronous Programming Features Caleb Hattingh 9781492075332
RRP: £39.99Booksplease Price: £25.75If 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... -
Programming Phoenix 1.4 by Chris McCord 9781680502268
RRP: £36.99Booksplease Price: £24.12Don'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,... -
Programming Clojure, 3e by Alex Miller
RRP: £39.99Booksplease Price: £26.05Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing... -
Designing Elixir Systems with OTP James Gray 9781680506617
RRP: £33.50Booksplease Price: £21.69You know how to code in Elixir; now learn to think in it. Learn to design libraries with intelligent layers that shape the right data structures, flow from one function into the next, and present the right APIs. Embrace the same OTP that's kept our... -
Using OpenMP-The Next Step: Affinity, Accelerators, Tasking, and SIMD by Ruud van der Pas 9780262534789
Booksplease Price: £52.94Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780262534789Author Ruud van der PasFormat PaperbackPage Count 392Imprint MIT PressPublisher MIT Press LtdDimensions(mm) 229mm * 203mm * 19mm -
Getting Clojure: Build Your Functional Skills One Idea at a Time Russ Olsen 9781680503005
RRP: £38.50Booksplease Price: £25.04Behind 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... -
ZooKeeper: Distributed Process Coordination by Flavio Junqueira 9781449361303
RRP: £27.99Booksplease Price: £18.33Building distributed applications is difficult enough without having to coordinate the actions that make them work. This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even... -
An Introduction to Parallel Programming by Peter Pacheco
Booksplease Price: £73.69An Introduction to Parallel Programming, Second Edition presents a tried-and-true tutorial approach that shows students how to develop effective parallel programs with MPI, Pthreads and OpenMP. As the first undergraduate text to directly address... -
Introduction to Lattice Theory with Computer Science Applications by Vijay K. Garg
RRP: £79.95Booksplease Price: £69.33A computational perspective on partial order and lattice theory, focusing on algorithms and their applications This book provides a uniform treatment of the theory and applications of lattice theory. The applications covered include tracking dependency... -
Multicore and GPU Programming: An Integrated Approach by Gerassimos Barlas
RRP: £85.99Booksplease Price: £81.19Multicore 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... -
Stream Processing with Apache Spark: Mastering Structured Streaming and Spark Streaming Francois Garillot 9781491944240
RRP: £55.99Booksplease Price: £36.09Before 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... -
Programming Your GPU with OpenMP: Performance Portability for GPUs by Tom Deakin 9780262547536
RRP: £76.00Booksplease Price: £56.98Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780262547536Author Tom DeakinFormat PaperbackPage Count 336Imprint MIT PressPublisher MIT Press Ltd -
Reactive Programming with RxJava Tomasz Nurkiewicz 9781491931653
RRP: £35.99Booksplease Price: £23.83In 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... -
Modeling and Optimization of Parallel and Distributed Embedded Systems by Arslan Munir 9781119086413
Booksplease Price: £103.65This book introduces the state-of-the-art in research in parallel and distributed embedded systems, which have been enabled by developments in silicon technology, micro-electro-mechanical systems (MEMS), wireless communications, computer networking, and... -
Parallel Programming: Concepts and Practice by Bertil Schmidt 9780128498903
RRP: £62.95Booksplease Price: £58.23Parallel Programming: Concepts and Practice provides an upper level introduction to parallel programming. In addition to covering general parallelism concepts, this text teaches practical programming skills for both shared memory and distributed memory... -
Hadoop Application Architectures Mark Grover 9781491900086
RRP: £39.99Booksplease Price: £26.25Get 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... -
Functional, Object-Oriented, and Concurrent Programming by Michel Charpentier
RRP: £41.99Booksplease Price: £30.83Leverage Modern Language Constructs to Write High-Quality Code FasterThe functional and concurrent programming language features supported by modern languages can be challenging, even for experienced developers. These features may appear intimidating to... -
The Art of Concurrency Clay Breshears 9780596521530
RRP: £35.99Booksplease Price: £23.03If 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... -
Practical Rust 1.x Cookbook: 100+ Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance and Microservices by Rustacean Team 9788196228521
RRP: £54.99Booksplease Price: £36.88Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9788196228521Author Rustacean TeamFormat PaperbackPage Count 266Imprint GitforgitsPublisher GitforgitsWeight(grams) 463gDimensions(mm) 235mm * 191mm * 14mm -
Programming Models for Parallel Computing by Pavan Balaji
RRP: £57.00Booksplease Price: £47.87Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780262528818Author Pavan BalajiFormat PaperbackPage Count 488Imprint MIT PressPublisher MIT Press LtdDimensions(mm) 229mm * 203mm * 21mm -
Problem-solving in High Performance Computing: A Situational Awareness Approach with Linux by Igor Ljubuncic 9780128010198
RRP: £68.99Booksplease Price: £60.75Problem-Solving in High Performance Computing: A Situational Awareness Approach with Linux focuses on understanding giant computing grids as cohesive systems. Unlike other titles on general problem-solving or system administration, this book offers a... -
Rust In Practice: A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages by B Anderson 9788196228507
RRP: £54.99Booksplease Price: £36.49Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9788196228507Author B AndersonFormat PaperbackPage Count 164Imprint GitforgitsPublisher GitforgitsWeight(grams) 295gDimensions(mm) 235mm * 191mm * 9mm -
Inside the Message Passing Interface: Creating Fast Communication Libraries by Alexander Supalov 9781501515545
RRP: £90.00Booksplease Price: £70.02A hands-on guide to writing a Message Passing Interface, this book takes the reader on a tour across major MPI implementations, best optimization techniques, application relevant usage hints, and a historical retrospective of the MPI world, all based on... -
Renderscript: Parallel Computing on Android, the Easy Way by Alberto Marchetti 9791220011303
RRP: £24.99Booksplease Price: £20.85Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9791220011303Author Alberto MarchettiFormat PaperbackImprint Alberto MarchettiPublisher Alberto MarchettiWeight(grams) 308g -
Parallel Python with Dask: Perform distributed computing, concurrent programming and manage large dataset by Tim Peters 9788119177653
RRP: £59.99Booksplease Price: £36.55Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9788119177653Author Tim PetersFormat PaperbackPage Count 174Imprint GitforgitsPublisher GitforgitsWeight(grams) 308g -
An Object-Oriented Library For Shared-Memory Parallel Simulations by Philip Machanick 9780980451023
RRP: £17.24Booksplease Price: £15.04Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9780980451023Author Philip MachanickFormat PaperbackPage Count 190Imprint Rampage ResearchPublisher Rampage ResearchWeight(grams) 263gDimensions(mm) 229mm *... -
Functional Programming - A PragPub Anthology Michael Swaine 9781680502336
RRP: £38.50Booksplease Price: £24.74Explore functional programming and discover new ways of thinking about code. You know you need to master functional programming, but learning one functional language is only the start. In this book, through articles drawn from PragPub magazine and...