Skip to content

Conversation

skx
Copy link
Owner

@skx skx commented Nov 2, 2022

(nth ..) is slow, very slow, due to its recursive nature. However working with lisps and using nth is common, so it makes sense to move the implementation from lisp into the golang core.

This closes #75

(nth ..) is slow, very slow, due to its recursive nature.  However
working with lisps and using nth is common, so it makes sense to
move the implementation from lisp into the golang core.

This closes #75
@skx skx merged commit 561aeaa into master Nov 2, 2022
@skx skx deleted the 75-nth branch November 2, 2022 03:05
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.

nth is slow
1 participant