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

Complete Traverse performance optimisations #111

Merged
merged 8 commits into from
Feb 26, 2021

Conversation

isaacabraham
Copy link
Contributor

I've applied the same optimisation (a @ [ b ] --> b :: a) to the remaining four instances in the List module. We don't use Hopac, and I'm leaving that part alone.

I've also refactored my earlier change to use map rather than explicitly unwrapping ok / error in the match clause (readability).

@TheAngryByrd TheAngryByrd merged commit c7f94d6 into demystifyfp:master Feb 26, 2021
@isaacabraham isaacabraham deleted the traverse-perf-full branch February 26, 2021 14:52
TheAngryByrd added a commit that referenced this pull request Feb 26, 2021
TheAngryByrd added a commit that referenced this pull request Feb 26, 2021
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.

2 participants