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
Describe the solution you'd like
In this PR I introduced the pattern to have a cache object at the top of Group.js. I'd like to do this to every file to cut down on any garbage collection that happens on "per method invocations".
Describe the solution you'd like
In this PR I introduced the pattern to have a
cacheobject at the top of Group.js. I'd like to do this to every file to cut down on any garbage collection that happens on "per method invocations".