All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Disk Access Outperforms Memory Caching in Modern Hardware Systems

By

ghuntley

8mo ago· 25 min readenInsight

Summary

This technical article challenges conventional computer science wisdom by demonstrating that sourcing data directly from disk can be faster than caching in memory, contrary to traditional performance assumptions. The author provides evidence showing that while hardware has gotten wider (more parallel), it hasn't gotten faster in terms of latency, requiring new approaches to leverage what actually scales in modern systems.

Key quotes

· 4 pulled
Sourcing data directly from disk IS faster than caching in memory. I brought receipts.
Because hardware got wider but not faster, the old methods don't get you there.
You need new tools to use what is scaling and avoid what isn't.
Computer Science dogma says that unused memory should be used to cache things from disk, but this article challenges that assumption.
Snippet from the RSS feed
Sourcing data directly from disk IS faster than caching in memory. I brought receipts. Because hardware got wider but not faster, the old methods don't get you there. You need new tools to use what is scaling and avoid what isn't.

You might also wanna read