This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

The Open Source Zone


ccache

Project Name ccache
Category Development tools
Programming Language C
Project Home Page http://ccache.samba.org/
License(s) GNU General Public License (GPL)
License URL(s) http://www.gnu.org/copyleft/gpl.html
Tags (edit) cache, compiler

ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.

Features

  • keeps statistics on hits/misses
  • automatic cache size management
  • can cache compiles that generate warnings
  • easy installation
  • very low overhead
  • uses hard links where possible to avoid copies

Edit project.

Report abuse.

Similar Projects (edit)

Reviews

Be the first person to review this project!

User tips

Add a tip.

Related books

Add more books.


Last modified on 2006-08-21 03:33:28.12 (rel. 3).