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

optimisation: make Memoise(Memoise(...)) only memoise once #2950

Merged
merged 1 commit into from
Nov 24, 2017

Conversation

rade
Copy link
Member

@rade rade commented Nov 23, 2017

All outputs of Memoise() are fixpoints to the function, i.e. feeding them as inputs to the function just returns them.

We don't hit this optimisation in current code but have had instances in the past.

All outputs of Memoise() are fixpoints to the function, i.e. feeding
them as inputs to the function just returns them.

We don't hit this optimisation in current code but have had instances
in the past.
@rade rade requested a review from bboreham November 23, 2017 17:04
@rade rade merged commit b10f717 into master Nov 24, 2017
@rade rade deleted the memoise-fixpoint branch December 25, 2017 10:11
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