|
|
|
|
|
by turaw
3705 days ago
|
|
By the way, that article is an advertisement for "Algorithms to Live By: The Computer Science of Human Decisions" [1] in case you're triggered by native advertising. That out of the way ... As the article states, caching is useful when you have memory stores with different access speeds. This is (frequently, in my experience, caveat caveat etc.) not the case in reality, where you only have the one storage area that has a fixed, fairly low access speed. People are mostly bottlenecked by scanning rate, so it'd make more sense to use an indexing mechanism. Maybe b-trees for closets? B-trees, perhaps, if you store things in boxes? [1]: http://www.amazon.com/dp/1627790365/ |
|
Ironically, Wired wouldn't let me read it, because I've got an ad blocker turned on.