Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove poor performing entails.filterModule #1161
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jdegoes
commented
Jun 11, 2015
|
Only doubling performance? You're slipping, dude! |
added a commit
that referenced
this pull request
Jun 11, 2015
paf31
merged commit 2021aa0
into
purescript:master
Jun 11, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
puffnfresh commentedJun 11, 2015
Turns out this was the last thing using the getTypeClassDictionaries
list, but was also filtering down to the module. Changed to using the
underlying Map, which provides quick indexing of the module.
Some more numbers:
I have no idea why Criterion gives a NaN...