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

add benchmarks #26

Open
safareli opened this issue Oct 5, 2016 · 2 comments
Open

add benchmarks #26

safareli opened this issue Oct 5, 2016 · 2 comments

Comments

@safareli
Copy link
Owner

safareli commented Oct 5, 2016

No description provided.

@safareli
Copy link
Owner Author

After we add benchmarks first step should be to optimise Par either port purescript-freeap or do DList like optimisation https://www.eyrie.org/~zednenem/2013/05/27/freeapp

@pbadenski
Copy link

FYI sanctuary typeclasses and daggy are very inefficient.

They're causing massive slowdown of traversal - 2 orders of magnitude in my tests: 50k ops/sec with sanctuary typeclasses & daggy vs 3M ops/sec handrolled.

I believe they're also responsible for linear degradation of traversal performance. Handrolled version is relatively stable for small trees and becomes linear only for large trees. For large trees this might have more to do with hardware limitations - but that's only a guess.

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

2 participants