notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

MooresLaw.md (367B)


      1 # Moore's Law
      2 
      3 Computer architecture L2.
      4 
      5 **Definition:**Component counts double every other year.
      6 
      7 This was found by examining a log base 2 function to find that the function was linear and as such the underlying function is exponential (x^2). 
      8 
      9 He also found that the relative cost was decreasing, but the higher end was consistently expensive or increasingly so.