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

Make primMapListBounded into a good consumer #469

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clyring
Copy link
Member

@clyring clyring commented Jan 18, 2022

That is, good list consumer in the sense of the GHC user guide. If this can be done without a significant performance penalty when no fusion happens, I think this would be a very desirable change. My initial testing is promising, but there's more work to be done.

TODO:

  • verify that this change fairly reliably allows list fusion to happen in practice
  • investigate/benchmark performance implications, with and without fusion.
  • update documentation
  • think more carefully about and/or revert the stupid pointer arithmetic in the current draft implementation

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

Successfully merging this pull request may close these issues.

1 participant