Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
In this patch conduit states are reimplemented in the way similar to renderVariables. As result of it postRenderCleanup doesn't clean each conduit state separately.
This patch provides about 2ms saving per page rendering on real application. So it is really valuable to at least review it.
Seems like it not only because of reducing access to PerthreadMap, but also because decreasing number of read locks because of NamedSet usage.