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
PR #894 unifies Btree and SkipList Dictionary APIs by pushing up #compact and #rewriteUsing:.
But now as we have #rewrite and #cleanRemoved on the level of the rewriter, I think we do not need #compact. And do we need ##rewriteUsing: on the IndexedDictionary?
PR #894 unifies Btree and SkipList Dictionary APIs by pushing up #compact and #rewriteUsing:.
But now as we have #rewrite and #cleanRemoved on the level of the rewriter, I think we do not need #compact. And do we need ##rewriteUsing: on the IndexedDictionary?
see:
- SoilIndexedDictionary>>#compact
- SoilIndexedDictionary>>#rewriteUsing:
The text was updated successfully, but these errors were encountered: