frerich / clcache

A compiler cache for MSVC, much like ccache for gcc
Other
325 stars 83 forks source link

Option to compress cache content #327

Closed benjaminfuchs closed 6 years ago

benjaminfuchs commented 6 years ago

Hi, I was wondering if it is possible to add an option to compress the content stored in the cache like ccache has (look for CCACHE_COMPRESS here: https://ccache.samba.org/manual/latest.html).

Where in the code would be the entry point for such a feature? If this is a good idea I would try to create a first implementation.

frerich commented 6 years ago

328 was just merged, so I guess this can be closed now.