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
if ((dictionary.size() - reuse) / (float) dictionary.size() > 0.35) {
109
+
log.error("We expected a much higher fraction of key reuse in the dictionary. It is possible the dictionary was recreated and then not sorted. Please sort the dictionary by the second column and update the dictionary creation code to sort this way before writing. This will save quite a bit of time loading without sacrificing memory performance.");
0 commit comments