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
Lines like fn map_reduce<K1: Copy Send, K2: Hash IterBytes Eq Const Copy Send, V: Copy Send> can probably be compressed a bit with the aid of trait inheritance. Figure out the places where trait inheritance would be useful and determine the appropriate hierarchies.