part three

Part 3 Compute

 

In this part of the book, we’ll discuss optimizations for your application code and logic to reduce latency.

Chapter 7 teaches you how to eliminate unnecessary work, reducing latency through algorithmic improvements, better memory management, and precomputation techniques.

In chapter 8, we’ll delve into wait-free synchronization, exploring atomic operations, memory barriers, and lock-free data structures as methods to minimize latency.

Finally, chapter 9 explores concurrency models, parallel processing techniques, and transaction management to maximize your system’s processing capabilities, improving latency through parallel execution.