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


Computer Architecture (No Starch Press)

Author: Charles Fox
Publisher: No Starch Press
Date: May 2024
Pages: 560
ISBN: 978-1718502864
Print: 1718502869
Kindle: B0BZH1LB1F
Audience: General
Rating: 4
Reviewer: Harry Fairhead
No, not architecture via a computer - the architecture OF computers.



Visual Complex Analysis

Author:  Tristan Needham
Publisher: Clarendon Press
Pages: 616
ISBN: 978-0198534464
Print: 0198534469
Kindle: B0BNKJTJK1
Audience: The mathematically able and enthusiastic
Rating: 5
Reviewer: Mike James
What's complex about complex analysis?


More Reviews