diff --git a/08-Considering_Performance.md b/08-Considering_Performance.md index e65e4c7..c1ecd95 100644 --- a/08-Considering_Performance.md +++ b/08-Considering_Performance.md @@ -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 - * [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 ### Put tmp on Ramdisk