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

experiment: use more tail recursion in List.mo #635

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

Conversation

crusso
Copy link
Contributor

@crusso crusso commented Jun 4, 2024

Remove potential for stack overflow from List.map, List.filter, List.mapFilter and List.split by using tail-recursive, not recursive, implementations. Also removes the potential for stack overflow from Deque.mo (which uses List.split.

Not necessarily for merging since this penalises performance for more reasonable small lists.

@crusso crusso changed the title use more tail recursion in List.mo experiment: use more tail recursion in List.mo Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant