共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > g2log |
g2log
|
1 | 0 | 64 |
贡献者 | 讨论 | 代码提交 |
g2log as described on http://www.kjellkod.cc//g2log-efficient-background-io-processign-with-c11
An asynchronous logging utility. Disk /IO access is done in a background thread. It's inspired in part from Google's glog but is much smaller feature-wise but also much faster. Performance comparison with glog gives something like 10-25% faster on the average and up to 50 times faster in a worst case scenario.
Enjoy KjellKod