Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
Labels are managed via a hash that is protected with a read lock. The lock acquire and release are each just as expensive as the hash lookup itself - resulting in a 3X slowdown.