Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jhasse
45 days ago
|
parent
|
context
|
favorite
| on:
What to do with C++ modules?
I have a cpp file that takes 10 seconds to compile. I change one line. How does ccache help me in this case?
wakawaka28
45 days ago
[–]
When you do a clean build, it will pull that output from the cache if it has been compiled before and has not changed since. It does not technically speed up compilation of files. It bypasses compilation when it can.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: