资 源 简 介
now the zealotlog has been migrated to github https://github.com/0xmalloc/c-log
### Introdution ###
zealotlog is a fast and stable log module
Author
author:yinweixiong@outlook.com
Performance
The performance of this log module is really depend on how fast your disk is.
here is test result:
Big string testing:
Record Size: 280kb
Data File Size: 20GB
Cost Time: 102 seconds
Common sence testing:
Record Size: 56byte
Record Write per Senconds:200,000
All the test is taken in single thread!
yes. we write 20GB file in 102s,that";s means we write 200MB per second.and also this is the limitation of SATA.in it"s general useage,you can gain high qps from this log module
you can use "sh build.sh" to build the testing application and also i suggest