ccache0.6 版本发布

ccache0.6 版本发布

这个版本没有太多的新特性,大部分为改进原有版本的问题,版本主要的工作包括:

version 0.6 (2009.10.22, base on svn reversion 85)
1) rename ccache_create and ccache_destroy to ccache_open and ccache_close
respectly
2) when open the cache, use ini style configure file to config the cache
3) rename the API ccache_replace to ccache_set
4) all the funcions's first param is cache
5) when open the cache, init the compare function pointer, so when use the
cache API does not need to specify the compare function  
6) add install/uninstall target in Makefile
7) use Bob Jenkins hash algorithm instead of the previous one.

项目地址在: commoncache
另外,项目的wiki页面我新增了一些解释commoncache实现和简单的demo代码。

另外,感谢 helloghui提出代码中的一个BUG。






你可能感兴趣的:(ccache0.6 版本发布)