#2,024 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Memory Systems: Cache, DRAM, Disk

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of Memory Systems: Cache, DRAM, Disk. Here are the top ones.

Memory Systems: Cache, DRAM, Disk
Buying options
View on Amazon.com
or
Specs:
Height9.44 inches
Length7.34 inches
Number of items1
Weight4.0565056208 Pounds
Width1.74 inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Memory Systems: Cache, DRAM, Disk:

u/[deleted] ยท 2 pointsr/compsci

A great technical book for this is Memory Systems: Cache, DRAM, Disk.

u/ElectricRebel ยท 1 pointr/compsci

I'd say CLRS is the most fundamental, since all CS is built on algorithms.

For architecture/systems people (my area):

Computer Architecture: A Quantitative Approach by Patterson and Hennessy. Their other book Computer Organization and Design is excellent as well (and should be read first).

All books by Andrew Tanenbaum. His distributed systems, OS, and network books are excellent reads.

The Dinosaur book for OSes.

I also really like Smith/Nair for Virtual Machines. It is a new book and is not among the classics yet, but it is great.

For memory, caches, and disks, I recommend Jacob. It is also a newer book, but is essential to understand the Von Neumann bottleneck and possible solutions.

And, of course, the dragon book for getting started compilers. Then Ken Kennedy for advanced compilers.


And as a side note:

For AI, Russell and Norvig is required reading.

For type systems, Pierce is awesome.