From bc1ed4222e0a7bb7f40a1581031ac6338372faf7 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sun, 25 Nov 2018 17:18:32 -0700 Subject: [PATCH] Update 08-Considering_Performance.md Add notes on clcache --- 08-Considering_Performance.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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