Hacker News new | ask | show | jobs
by wyes 1479 days ago
Zipf’s law is also super useful for web caching
1 comments

How will you use it for web caching?
Requests follow an inverse log relationship of request frequency.

A little caching buys you tremendous savings in regeneration or back-end fetching.