From 3afe0c10090ab85bbaa8df6d686e22d0a6a15643 Mon Sep 17 00:00:00 2001 From: Boris Date: Sat, 16 Apr 2022 14:13:51 +0200 Subject: [PATCH] Update README.md Added a link to a cheatsheet for system design numbers (latencies, ...) and approximations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54edea4b..21b1772c 100644 --- a/README.md +++ b/README.md @@ -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