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
Thanks for reporting this, @rayqiu. I think this is a duplicate of #1290, so I'm going to close it out. @rayqiu please feel free to reopen it if you have an example of another data type that is also slow with |+|.
Semigroup |+| is 4 times slower than scalaz Semigroup |+|, when combining two large Maps that have nested Maps inside.
Map type: Map[Seq[Char], Map[Char, Int]]
The text was updated successfully, but these errors were encountered: