Latency: Reduce delay in software systems (Manning)
Monday, 22 December 2025

This book looks at latency from first principles to production-ready code, and shows how to make your software faster at every layer of the stack. Pekka Enberg explains what latency really is, how it differs from bandwidth, and why it matters for user experience.  Using practical examples, later chapters show how to apply Little’s Law, design lock-free algorithms, and design caching systems that scale. Enberg explains how code runs differently on distributed systems, databases, and operating systems, and how to understand the common latency-causing issues in each situation.

<ASIN:1633438082 >

 

Author: Pekka Enberg
Publisher: Manning
Date: November 2025
Pages: 264
ISBN: 978-1633438088
Print: 1633438082
Kindle: B0FSS4J6VG
Level: Intermediate/Advanced

  • Define latency, distinguish it from bandwidth, and understand its impact on user experience
  • Model performance with Little’s Law and Amdahl’s Law, then measure and visualize delays
  • Optimize data access with colocation, replication, partitioning, and caching
  • Accelerate logic with algorithmic improvements, memory tuning, and lock-free concurrency
  • Minimize delays with asynchronous processing, predictive techniques, and speculative execution

 

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Learn Enough Python to Be Dangerous (Pearson)

Author: Michael Hartl
Publisher: Addison-Wesley
Date: June 2023
Pages: 448
ISBN: 978-0138050955
Print: 0138050953
Kindle: ‎ B0C4VCSD1G
Audience: Python
Rating: 2
Reviewer: Ian Elliot
Learning Python is a great idea but "enough to be dangerous"?



Pro Database Migration to Azure

Author: Kevin Kline et al
Publisher: Apress
Pages: 352
ISBN: 978-1484282298
Print: 1484282299
Kindle: B0B924H21P
Audience: Managers & architects
Rating: 4
Reviewer: Ian Stirk

This book aims to give you a holistic approach to migrating on-premise databases to Azure, how does it fare?


More Reviews