-
Notifications
You must be signed in to change notification settings - Fork 801
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
Suggestion #1
Comments
Hey @mscdex thanks, yes you are right I will take care about it for the next tips. |
loverajoel
pushed a commit
that referenced
this issue
Jan 3, 2016
New tip for jstips - Improve Nested Conditionals
sjfkai
added a commit
that referenced
this issue
Feb 1, 2016
sjfkai
pushed a commit
that referenced
this issue
Mar 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When giving (especially performance-related) tips, any GC-related implications should be noted. For example, the sample tip in the readme shows a "faster"
arr.unshift()
by concatenating arrays. If this operation is performed very often, the GC will be collecting a bunch of temporary arrays that are immediately discarded.The text was updated successfully, but these errors were encountered: