calvin2021y
calvin2021y
在我的测试中: ```txt pinyin.txt.cpp (这个文件 4.2M ), pinyin.txt.cpp.o ( 604K ), ./contrib/pinyin.txt (601K) ``` pinyin.txt.cpp.o 仅仅包含了完整txt版本 ./contrib/pinyin.txt 文件。 可以写一个工具, 把 ./contrib/pinyin.txt 转换为 binary文件,不能保存在动态库。 修改`PinYin::build_pinyin_map`, 接受 一个二进制数组来初始化map。 二进制数组可以使用定长的Unicode格式,或者其他可以压缩体积的格式。 二进制数组由用户自己加载。
on my test there is about 23K QPS for very simple example LTO release build. (8 byte counter example with a http api, one leader node) Test with memory disk...
I use wrk -c1000 -t1 -d10 http://127.0.0.1:8080/apply to my test (simple counter example with my http server), without raft (1000 connection latency 5 ms, qps 250K) without raft (100 connection...
Sorry for late response, I will try simple the code to provide test code.
sqlite or levelDB ?
more than half year passed, any plan on fix this ?
what about ios/android support ?
Thanks for explain. I will try your test case. There is some other case you want to mix event loop into one thread, to avoid cross thread cost. like to...
This cause by use https://github.com/Tencent/MMKV, and only for some old CPU. could be some ASM cause it ?
Is is possible to just provide a client dll for windows ? Or a proxy client dll, that forwards all traffic into a remote linux client. (read remote ip from...