Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semigroup |+| is 4 times slower than scalaz Semigroup |+| #1291

Closed
alakahakai opened this issue Aug 16, 2016 · 2 comments
Closed

Semigroup |+| is 4 times slower than scalaz Semigroup |+| #1291

alakahakai opened this issue Aug 16, 2016 · 2 comments

Comments

@alakahakai
Copy link

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]]

@adelbertc
Copy link
Contributor

Perhaps related to #1290

@ceedubs
Copy link
Contributor

ceedubs commented Aug 18, 2016

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 |+|.

@ceedubs ceedubs closed this as completed Aug 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants