[
https://issues.apache.org/jira/browse/ISIS-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935045#comment-16935045
]
ASF subversion and git services commented on ISIS-2158:
-------------------------------------------------------
Commit a7a4586d5251605d6f383977584be53680ba7fa2 in isis's branch refs/heads/v2
from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a7a4586 ]
ISIS-2158: performance improvement for MethodFinderUtils
- JDK reflection API has no Class.getMethod(name, ...) variant that does
not produce an expensive stacktrace, when no such method exists; by
introducing a _MethodCache (internal API) we see the following
improvements with a simple headless smoketest context:
- previously 44k calls to Class.getMethod taking 500ms
- with the new _MethodCache the MethodFinderUtils take only 16ms
> Miscellaneous tasks in preparation of Version 2
> -----------------------------------------------
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
> Issue Type: Task
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)