Skip to content

Improve array ops and equality tests #193

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

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

treeowl
Copy link
Collaborator

@treeowl treeowl commented Mar 16, 2018

  • Avoid relying on inlining, demand analysis, and luck to avoid
    suspending array lookups.

  • Make Eq and Eq1 instances take advantage of the near-structural
    nature of HashMap equality.

* Avoid relying on inlining, demand analysis, and luck to avoid
  suspending array lookups.

* Make `Eq` and `Eq1` instances take advantage of the near-structural
  nature of `HashMap` equality.
@treeowl treeowl merged commit cba2e43 into haskell-unordered-containers:master Mar 16, 2018
sjakobi added a commit that referenced this pull request Mar 4, 2022
`equal` was renamed to `equal2` in #193.
@sjakobi sjakobi mentioned this pull request Mar 4, 2022
sjakobi added a commit that referenced this pull request Mar 4, 2022
`equal` was renamed to `equal2` in #193.
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