We should likely only retain (in memory) files contents if they are under a certain file size.
The optimization is most important for lots of small files, but for larger files I suspect retaining the content in memory is worse then just re-reading it.
We should likely only retain (in memory) files contents if they are under a certain file size.
The optimization is most important for lots of small files, but for larger files I suspect retaining the content in memory is worse then just re-reading it.