-
Notifications
You must be signed in to change notification settings - Fork 178
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
improve benchmarks for Data.IntMap #657
Comments
Here's a potential source for inspiration: https://gist.github.com/int-e/36578cb04d0a187252c366b0b45ddcb6#file-intmapfal-hs-L20-L45 |
@jwaldmann That looks like a nice improvement! Why don't you simply make a PR? |
"Why don't you.." - because it's a drastic change that should be discussed first? Current benchmark:
my proposal
|
@jwaldmann I guess a PR would be the perfect platform for that discussion! :) |
These are tested in the |
For reference: In #653, there's some performance work on |
Regarding the problem of realistic inputs for
|
Benchmarks should
[1 .. 2^12]
)NB: these bulk ops are the main reason for IntMap? if we only operate by-element, we could use hashmaps?
The text was updated successfully, but these errors were encountered: