Update 08-Considering_Performance.md

Add notes on clcache
This commit is contained in:
Jason Turner
2018-11-25 17:18:32 -07:00
committed by GitHub
parent 0af98c39d4
commit bc1ed4222e

View File

@@ -83,7 +83,8 @@ Tools like [cotire](https://github.com/sakra/cotire/) (a plugin for cmake) can h
These are not meant to supersede good design These are not meant to supersede good design
* [ccache](https://ccache.samba.org/) * [ccache](https://ccache.samba.org/), compile results caching for unix-like operating systems
* [clcache](https://github.com/frerich/clcache), compile results caching for cl.exe (MSVC)
* [warp](https://github.com/facebook/warp), Facebook's preprocessor * [warp](https://github.com/facebook/warp), Facebook's preprocessor
### Put tmp on Ramdisk ### Put tmp on Ramdisk