KO
|
EN
gitlite — search
Search
#opensource
#ai
#python
#bocaletto-luca
#golang
#chatbot
#javascript
#macos
#linux
#react
#llm
#docker
latency-book
★ 57
Open GitHub ↗
Latency book code examples.
Download README (.md)
Explore Similar Repositories
go_proxy_pool
:
Plug-and-play Proxy IP Pool with No Environmental Dependencies 无环境依赖开箱即用的代理IP池
Vins-with-e2e-imu-odometry
:
vins mono with a IMU neural network
NerVE
:
Official implementation for NerVE CVPR2023
EMU
:
(Official) PyTorch implementation for Efficient Episodic Memory Utilization of Cooperative Multi-Agent Reinforcement Learning (EMU) (ICLR 2024, Oral)
blue-candle
:
Object detection service for Blue Iris
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
latency-book
?
Download (.md)
# Latency - Code Examples <img src=".github/assets/hero.jpg" alt="Latency book cover" width="400"> This repository contains code examples and practical implementations from the book **"Latency"** by Pekka Enberg, published by Manning Publications. ## About the Book [**Latency**](https://www.manning.com/books/latency) is a comprehensive guide to understanding, measuring, and optimizing latency in software systems. The book covers practical techniques for delivering low-latency software, from spotting latency issues to implementing solutions that keep your applications responsive. ### What You'll Learn - What latency is—and what it is not - How to model and measure latency - Organizing your application data for low latency - Making your code run faster - Hiding latency when you can't reduce it ## Contributing This repository contains the official code examples from the book. If you find issues or have suggestions for improvements: 1. Check existing issues first 2. Create a detailed issue report 3. For code improvements, please reference the specific book chapter ## Additional Resources - [Book on Manning's website](https://www.manning.com/books/latency) - [Book on Amazon](https://amzn.to/4nKI3Un) ## License MIT ## Support For questions about the book content, please refer to Manning's support channels. For code-specific issues, please use this repository's issue tracker. --- *This code repository accompanies "Latency" by Pekka Enberg. The book provides comprehensive explanations and theory behind these practical implementations.*