jovany-wang / dousi

Native Multiple Languages RPC Framework.
6 stars 3 forks source link

Use boost lockfree queue instead of StdLockedQueue. #36

Closed jovany-wang closed 4 years ago

jovany-wang commented 4 years ago

This PR improves the perf QPS by 30%~40%. Before this PR, the benchmark QPS on my laptop is around 4w ~ 5w, while it's 6w ~ 7w after this PR. image