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

Optimize standard library #196

Open
arthurp opened this issue Mar 5, 2017 · 0 comments
Open

Optimize standard library #196

arthurp opened this issue Mar 5, 2017 · 0 comments

Comments

@arthurp
Copy link
Member

arthurp commented Mar 5, 2017

Functions in the standard library should be fairly efficient to prevent us from needing to do custom versions of them in specific programs.

As of writing, the standard library has a number of functions that are not tail recursive, but could be.

We should also keep this sort of thing in mind for the future. When we start updating the standard library for objects we should try to have relatively good performance for things, particularly collections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant