ZhuSong

Results 2 issues of ZhuSong

1. 编译和安装: 原来脚本第149行 执行 `./autogen.sh` 进行glog configure,而现版本glog已无脚本。 建议改成 `./configure` 2. Spelling. 项目实现清晰,但是在代码和注释中有比较多的拼写错误。 譬如:src/algorithm/learner_sender.h 47行: ` const bool Comfirm(const uint64_t llBeginInstanceID, const nodeid_t iSendToNodeID);` 应为`const bool Confirm(const uint64_t llBeginInstanceID, const nodeid_t...

It seems that influxdb-comparisons lacks support for LMDB. follow this result link from this site: https://www.influxdata.com/blog/benchmarking-leveldb-vs-rocksdb-vs-hyperleveldb-vs-lmdb-performance-for-influxdb/, and just can't figure out use what branch to do LMDB benchmarking. Would be...