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
These caches are using for formatting & encoding-test results, but the
overhead of each cache was significant once you were holding a few tens
of thousands of them. Now they're simpler (object much smaller than map)
and only instantiated when actually used.
0 commit comments