-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
synchronized
in PersistentStringIndexer
with `ReentrantLo…
…ck`. The contention on `PersistentStringIndexer` increased a lot when building with many more concurrent actions, with virtual threads. This CL makes it invisible in the profile. PiperOrigin-RevId: 698395733 Change-Id: Id0ed988a110cdd3312a07359acf0682f737f3ac9
- Loading branch information
1 parent
0dc9bba
commit 8a56158
Showing
1 changed file
with
40 additions
and
14 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