findComponent slow for a high amount of calls
---------------------------------------------
Key: MYFACES-1535
URL: https://issues.apache.org/jira/browse/MYFACES-1535
Project: MyFaces Core
Issue Type: Improvement
Components: General
Affects Versions: 1.1.4
Reporter: Martin Marinschek
Assigned To: Martin Marinschek
Fix For: 1.1.6-SNAPSHOT
Profiling showed that findComponent takes a considerable amount of time to
complete if called quite often (and many components do call findComponent). The
proposed solution will store children not only in a list, but also in a map
keyed by their id.
regards,
Martin
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.