Numbers Every Programmer Should Know By Year
<!DOCTYPE html> <!-- ************************************** EDIT ME! ************************************** --> <!-- I interactively update myself. Made possible by: https://codemirror.net/ --> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="//d3js.org/d3.v3.min.js"></script> <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script> <script> // Notes: // - All of Norvig's original numbers were from 2002 // - Any numbers without a citation are from Norvig's article: // http://norvig.com/21-days.html#answers // - Exponential functions have the form: // y = a*b^x // - raising 2^2012 causes overflow, so we in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="//d3js.org/d3.v3.min.js"></script> <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script> <script> var year = new Date().getFullYear(); function shift(year) { return year - 1982; } function getPayloadBytes() {…
saved by
related reading
- Do YOU know how much your computer can do in a second?computers-are-fast.github.io
- Perplexityperplexity.ai
- julian.digitaljulian.digital
- abseil / Performance Hintsabseil.io
- Coding Speed Testcodingspeedtest.com
- Hacker Trends: 18 years of Hacker News, chartedhackernewstrends.com
- Spatialspatial-lang.org
- Reading Listpliutau.com
- Datacurve | The data engine for frontier AIdatacurve.ai
- Arithmetic Game – Online Speed Drillarithmetic.zetamac.com
- GitHub - ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. · GitHubgithub.com
- Understanding Software Dynamicsptgmedia.pearsoncmg.com