Details
Description
A recent performance measurement of a benchmark using trunk release revealed a significant performance degradation in some execution path. One of the area that get hit is the use of Reflection.
This Jira is used to address this shortcoming by caching the repeatedly use Method objects. With this approach, a 17% improvement was observed.
Albert Lee.