Skip to content

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