porum
porum
fix #1213
[ 97%] Building C object CMakeFiles/decode_log_file.dir/decode_log_file.c.o [ 97%] Building C object CMakeFiles/decode_log_file.dir/micro-ecc-master/uECC.c.o /home/xxx/Documents/mars/mars/xlog/crypt/decode_log_file_c_impl/decode_log_file.c: In function ‘zstdDecompress’: /home/xxx/Documents/mars/mars/xlog/crypt/decode_log_file_c_impl/decode_log_file.c:212:13: error: ‘lastPos’ undeclared (first use in this function) 212 | if (lastPos ==...
Issue #285 Screenshot: 
- 关闭pb+开启aes,分别测试写入1w和10w条日志,测试压缩效率:  - 关闭pb+关闭aes,分别测试写入1w和10w条日志,测试压缩效率:  发现开启aes加密后,日志文件体积比原始数据要大的多,快接近1倍了!即使关闭加密,日志文件体积也跟原始数据相差不大。 所以想请教一下 @mricefox glog 在实际使用中的压缩效率如何?