8000 Update 08-Considering_Performance.md · dev-89/cppbestpractices@bc1ed42 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc1ed42

Browse files
authored
Update 08-Considering_Performance.md
Add notes on clcache
1 parent 0af98c3 commit bc1ed42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

08-Considering_Performance.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Tools like [cotire](https://github.com/sakra/cotire/) (a plugin for cmake) can h
8383

8484
These are not meant to supersede good design
8585

86-
* [ccache](https://ccache.samba.org/)
86+
* [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)
8788
* [warp](https://github.com/facebook/warp), Facebook's preprocessor
8889

8990
### Put tmp on Ramdisk

0 commit comments

Comments
 (0)
0