-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #18
Comments
Hello @chshersh. Can you test your TREAP implementation (if possible) on real problems bellow? https://www.spoj.com/problems/SDITSBST/ It would be great for Haskell (and not only, I coded Treap in Pascal) community. Thanks. Best regards. |
@JulStrat Thanks for the idea. I don't have capacity at the moment for solving problems on a particular platform. And this probably won't be that straightforward because problem-solving platforms usually don't support all libraries from Hackage. But I'm happy to help if somebody is willing to test my implementation! |
Hello @chshersh.
It's OK! What about relative test (benchmark) your Treap vs Standard Haskell Set implementation on random 64-bit integers (100000, 1000000 random 64-bit keys)? Regards. |
@JulStrat This issue is exactly about implementing relative benchmarks. However, |
Compare with
fingertree
package:The text was updated successfully, but these errors were encountered: