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

Move (nth) to stdlib. #76

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Move (nth) to stdlib. #76

merged 1 commit into from
Nov 2, 2022

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