Results 5 issues of Kevin Li

**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** bvar::detail::AgentCombiner use LOCK or CAS operation as a general implementation for counter. But when look into specific counters like Adder/Maxer/IntRecorder/LatencyRecorder, the...

enhancement

### What problem does this PR solve? Issue Number: https://github.com/apache/brpc/issues/2654 Problem Summary: ### What is changed and the side effects? Changed: Switch bazel dependency from WORKSPACE to bzlmod style Side...

**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** protobuf introduce arena allocation technology long ago from 3.x version, which could help to reduce dynamic memory allocation cost when large...

**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** transitive dependency managed in an elegant way, especially when combine with other repo final user can depend as this exmaple: https://github.com/baidu/babylon/tree/main/example/use-with-bthread...

**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** I see there is a simple logging mechanism delivered along with brpc in butil/logging.cc. I'm not sure whether it is aimed...

enhancement