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

Change the way array is cleared to zero elements #1301

Closed
wants to merge 1 commit into from
Closed

Change the way array is cleared to zero elements #1301

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 27, 2014

interactiveItems now is cleared by length = 0; instead of creating new array every time =[]; It is more efficient for garbage collector.

interactiveItems now is cleared by length = 0; instead of creating new array every time =[]; It is more efficient for garbage collector.
@englercj
Copy link
Member

InteractionManager is due for a rewrite, see #1296.

@englercj englercj self-assigned this Jan 4, 2015
@englercj
Copy link
Member

englercj commented Jan 4, 2015

Went ahead and merged this in to the rewrite, but we will be completely rewriting the manager before this is over.

@englercj englercj closed this Jan 4, 2015
@englercj englercj modified the milestone: v3.0 Jan 8, 2015
@lock
Copy link

lock bot commented Feb 25, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant