Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Synthesizing Hardware (Cisco, Nvidia)
    • cpu bound?
  • Rendering (Pixar, ILM, Disney)
    • cpu bound?
  • Simulation (weather, nuclear)
    • cpu bound?
  • Transactional (stock exchange, banks, credit card processing)
    • Must be a 'to disk' component here including sync, could be a win
  • MapReduce, batch processing
    • Could be interesting, depending on the dataset size
  • Web related
    • Content Delivery (CDN)
    • Pages requiring many low-locality queries returning small (define) sized data (Facebook, Myspace, Google, Yahoo, Ebay, etc)
    • Pages requiring many high-locality (or small dataset) queries returning small (define) sized data (CNN, Slashdot)
    • Pages consisting primarily of static content (Microsoft, IMDB, etc)

Of the top 20 websites, these could likely largely benefit from RAMCloud

...