-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement lock striping for cmap (#1053)
This change introduces lock striping to improve concurrent map performance by reducing lock contention. Instead of using a single lock for the entire map, the implementation divides the map into shards, each with its own lock, allowing for better parallelism and throughput in concurrent operations.
- Loading branch information
1 parent
553e240
commit c776ae1
Showing
1 changed file
with
102 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters