https://github.com/chubin/late.nz
Latency numbers every programmer should know
https://github.com/chubin/late.nz
Last synced: about 2 months ago
JSON representation
Latency numbers every programmer should know
- Host: GitHub
- URL: https://github.com/chubin/late.nz
- Owner: chubin
- License: mit
- Created: 2018-09-23T15:48:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T18:40:45.000Z (about 6 years ago)
- Last Synced: 2025-03-28T20:51:22.120Z (2 months ago)
- Language: Python
- Size: 137 KB
- Stars: 89
- Watchers: 5
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

To see the latencies
```
curl cheat.sh/latencies
```Or to run your own local copy:
```
git clone https://github.com/chubin/late.nz
python late.nz/bin/latencies.py
```This is a console port of the Colin Scott's
[interactive\_latencies](https://github.com/colin-scott/interactive_latencies),
which visualizes the famous Jeff Dean's "latency numbers every programmers should know".
The original version is avialable at https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html