Update README.md

Added a link to a cheatsheet for system design numbers (latencies, ...) and approximations
This commit is contained in:
Boris 2022-04-16 14:13:51 +02:00 committed by GitHub
parent 578e29cff8
commit 3afe0c1009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ You might be asked to do some estimates by hand. Refer to the [Appendix](#appen
* [Use back of the envelope calculations](http://highscalability.com/blog/2011/1/26/google-pro-tip-use-back-of-the-envelope-calculations-to-choo.html)
* [Powers of two table](#powers-of-two-table)
* [Latency numbers every programmer should know](#latency-numbers-every-programmer-should-know)
* [Cheatsheet System Design Numbers and Approximations](https://github.com/bschauerte/System-Design-Numbers-and-Approximations)
### Source(s) and further reading