Hacker News new | ask | show | jobs
by cornstalks 1716 days ago
I think GP's point is that the OS usually has a file system cache in RAM.
1 comments

I think the P's point, supported by evidence, is that the OS cache is not optimal for all use cases.
No cache is optimal for all use cases. That's an impossible goal.
Thus why things like Freqfs exist and we don't always "let the OS take care of this."
Yea friend, we're in violent agreement :)
the actual question is whether the person making the choice is up to the task of measuring/proving that their manual caching is optimal for their use case. A lot of the time the answer is simply "no". For example, the people who say "just buy enough RAM and turn virtual memory off" for the most part do not understand the implications of what they are talking about.