You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce memory allocation caused by VersionHandler.FindClass().
VersionHandler.FindClass() is called a lot throughout the plugin so this
commit changes the method to memoize the result of each query to remove
any allocation from future searches for the same class.
Some searches would allocate ~500kb, this eliminates this allocation
entirely.
Issue googlesamples#146
Bug: 121162585
Change-Id: I28c3ddcdce8d2c9645677ca6bbd11acdaa2ed626
0 commit comments