notes

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

HistoricalDesigns.md (440B)


      1 # Historical Designs
      2 
      3 Discussion of designs used historically and things we can take away. 
      4 
      5 There is a trade off taken historically to use many cores instead of a single powerful core. It is much easier to architect simple cores that chain together than to architect one powerful core. This has a trade off in that it requires developers higher in the stack to ensure their code takes advantage of all of the cores using parallelization.