You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: