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
The PredictionContext cache stores objects in a HashMap which does not use memory efficiently. A B-tree Set implementation would reduce the cache overhead by 90%.
The
PredictionContextcache stores objects in aHashMapwhich does not use memory efficiently. A B-treeSetimplementation would reduce the cache overhead by 90%.