Y
Hacker News
new
|
ask
|
show
|
jobs
by
ethan_smith
302 days ago
You could try ccache with the CCACHE_SLOPPINESS=file_stat_matches option, or implement a filesystem-level caching proxy like CachingFS or FUSE-based solutions that intercept and cache those redundant stat() calls.