google / leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BSD 3-Clause "New" or "Revised" License
35.71k stars 7.72k forks source link

feat: Enhance Arena class for thread safety and add multithreading test #1169

Closed zm1060 closed 4 months ago

zm1060 commented 4 months ago

This commit addresses the need for thread-safe memory allocation in high-concurrency environments, improving the robustness and reliability of the Arena class in LevelDB.

google-cla[bot] commented 4 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.