An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![latenci.es output](https://raw.githubusercontent.com/chubin/latenci.es/master/share/latencies-screenshot.png)

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