> On Apr 15, 2021, at 7:49 PM, Udo Kohlmeyer <u...@vmware.com> wrote: > > @jake, you are correct, I did miss the LOCAL variable out of the subject. > :face_palm: > > Yes, adding "final" to LOCAL variables will be HUGELY beneficial in this > regard. Have we seen any performance improvement after having refactored this > method? Have you been able to measure any improvements?
I haven’t finished yet. I need to remove the multiple hash map copies in there. I have a few more smaller methods to pull out. Then I think I can get most of it, at least the happy path, to JIT. So close! -Jake