Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
framework-5.2.0
-
None
Description
Right now the HookRegistry is using heavy locking, even on reading. Even worse when the set of hooks is read, it creates a copy of the collection. Other things like the blacklist are not synchronized at all.