-
Notifications
You must be signed in to change notification settings - Fork 98
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
we desperately need to publish benchmarks #14
Comments
I am goong to start benchmarking binary search tree and Diet |
we have some benchmarks now, |
we also still need benchmarks for many structures. especially Set/Map |
I am starting benchmarks to Set. |
I checked in a benchmarks.md hoping that .org mode tables would render in .md, but they don't... I'll work on it more tomorrow |
@larsrh I'm interested in this one. I can generate the benchmark results. I do need someone to help me to publish the result (I know how to use sbt-jmh). There are a few questions:
|
We need to start using JMH to benchmark our datatypes against those from the standard library where it makes sense
The text was updated successfully, but these errors were encountered: