This is what I learned after being in the industry for 30+ years:
0/...
- Knowing Linux fork being fast, I was amazed how many magnitudes it is faster than process start.
1/...
SSD and interface speeds have improved more than I thought.
2/...
- Parsing of msgpack is only an order magnitude faster than parsing JSON. My guess was at least two orders of magnitude.
3/...
Boy, md5 is much faster and bcrypt much slower than I thought. Again 2 orders of magnitude wrong. On both sides.
4/...
Including of course the interactive graph people.eecs.berkeley.edu/~rcs/research/… (be amazed at the things that have staid constant speed over time).
5/5