Ask HN: Compiler speed-up or Build Caching tool. Hard to find?
There's incredibuild, stashed.io, ccache, dcache , scache, FastBuild, BuildCache.
There's one more that was highlighted by HN. Its used by game companies. I can't seem to find the link. It was mentioned here on HN. Anyone have any ideas?
22 comments
[ 2.2 ms ] story [ 58.6 ms ] threadThey are not a tool per se, but just a way to compile your project.
For individuals it's a pain to setup, but it's not built for them, or startups. Instead for enterprises who can dedicate a fully manned team to its maintenance
Nx - https://nx.dev/.
https://news.ycombinator.com/upvoted?id=fatbrowndog
https://news.ycombinator.com/upvoted?id=fatbrowndog&comments...
Both links are only visible to you
Does anyone know?
> Incredibuild (at the very least) redirects file io back to the original machine and so the executable running doesn't really know what machine it's on.
I know MPI runs nicer on a networked drive but isn't necessarily transparent
Plan 9 can do most of this with some scripting...
How about ClearCase / clearmake "winkins":
https://en.wikipedia.org/wiki/IBM_DevOps_Code_ClearCase