We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af98c3 commit bc1ed42Copy full SHA for bc1ed42
08-Considering_Performance.md
@@ -83,7 +83,8 @@ Tools like [cotire](https://github.com/sakra/cotire/) (a plugin for cmake) can h
83
84
These are not meant to supersede good design
85
86
- * [ccache](https://ccache.samba.org/)
+ * [ccache](https://ccache.samba.org/), compile results caching for unix-like operating systems
87
+ * [clcache](https://github.com/frerich/clcache), compile results caching for cl.exe (MSVC)
88
* [warp](https://github.com/facebook/warp), Facebook's preprocessor
89
90
### Put tmp on Ramdisk
0 commit comments