ManningBooks

ManningBooks

Devtalk Sponsor

Latency (Manning)

Latency: Reduce delay in software systems shows you how to troubleshoot latency in existing applications and create low-latency systems from the ground up.

Pekka Enberg

Latency is one of those invisible performance killers — even systems that work can feel slow, fragile, or unresponsive because of micro-delays that accumulate. That’s exactly what Pekka Enberg tackles in his new book, Latency, now available through Manning’s Early Access Program (MEAP).

From first principles through hands-on techniques, Latency shows you how to spot, understand, and fix unwanted delay in software and infrastructure. It doesn’t treat latency as an afterthought — it treats it as a first-class concern across layers (OS, network, application, data).

Here’s what you’ll get out of this book:

  • A clear distinction between latency vs. bandwidth, and why bandwidth optimizations often miss the real issue

  • Models (Little’s Law, Amdahl’s Law) and measurement strategies to quantify latency and its sources

  • Techniques to optimize at every level: colocation, replication, partitioning, caching

  • Ways to speed internal logic: algorithmic improvements, memory tuning, lock-free concurrency

  • Methods to hide latency when you can’t eliminate it: asynchronous processing, speculative execution, prefetching

One thing I especially liked in early previews is the code repository that comes with the book — you can experiment with reference implementations to better internalize the concepts. GitHub

If your goal is to build fast, responsive, high-quality systems — especially those that operate over networks, in distributed environments, or on tight SLAs — this is a resource that’ll help you put theory into practice.


Don’t forget you can get 45% off with your Devtalk discount! Just use the coupon code “devtalk.com” at checkout :+1:

Where Next?

Popular Frontend topics Top

PragmaticBookshelf
It’s hard to have a Rails application without integrating some client-side logic. But client-side coding tools, and the Rails tools for i...
New
PragmaticBookshelf
Database-driven sites bring complexity you might not need, but building a site by hand is too much work. Hugo is a static site generator ...
New
PragmaticBookshelf
ReasonML is a new, type-safe, functional language that compiles to efficient, readable JavaScript. ReasonML interoperates with existing J...
New
PragmaticStudio
Let’s get real. As in really knowing—clearly and practically—what’s up with Phoenix LiveView. What is it? How does it work? What can I ...
New
chaptuck
A fun/silly website I used to learn Flexbox is https://flexboxfroggy.com/. It is surprisingly helpful for learning all the pieces of flex...
New
PragmaticBookshelf
This new edition of the book covers Tailwind 3.0, which changes the way Tailwind generates its CSS. Tailwind 3.0 has a large number of ne...
New
PragmaticBookshelf
Combine Rails 7, TypeScript, Turbo, Stimulus, and React to build rich user interaction into your websites using the best of both server a...
New
PragmaticBookshelf
Learn the right way to do test-driven development with React. You'll come away knowing how to use the latest tools to streamline your ent...
New
ManningBooks
Math for Frontend Web Dev reveals the mathematical principles behind beautiful, accessible, and functional web designs, giving you the sk...
New
ManningBooks
Systems Programming with Zig shows you how to write quality, useful Zig applications without relying on libraries or frameworks-even if y...
New

Other popular topics Top

AstonJ
A thread that every forum needs! Simply post a link to a track on YouTube (or SoundCloud or Vimeo amongst others!) on a separate line an...
New
DevotionGeo
I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New
New
AstonJ
Biggest jackpot ever apparently! :upside_down_face: I don’t (usually) gamble/play the lottery, but working on a program to predict the...
New
PragmaticBookshelf
Author Spotlight Mike Riley @mriley This month, we turn the spotlight on Mike Riley, author of Portable Python Projects. Mike’s book ...
New
PragmaticBookshelf
Author Spotlight Rebecca Skinner @RebeccaSkinner Welcome to our latest author spotlight, where we sit down with Rebecca Skinner, auth...
New
New
PragmaticBookshelf
Get the comprehensive, insider information you need for Rails 8 with the new edition of this award-winning classic. Sam Ruby @rubys ...
New
AnfaengerAlex
Hello, I’m a beginner in Android development and I’m facing an issue with my project setup. In my build.gradle.kts file, I have the foll...
New
PragmaticBookshelf
A concise guide to MySQL 9 database administration, covering fundamental concepts, techniques, and best practices. Neil Smyth MySQL...
New