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

Replace Array.filter with Array.splice, to prevent the creation of a new... #184

Closed
wants to merge 3 commits into from

Commits on Nov 24, 2014

  1. Replace Array.filter with Array.splice, to prevent the creation of a …

    …new Array object. A new Array object might cause in-memory references to be lost, and potentially leak memory
    lmarkus committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    90246e5 View commit details
    Browse the repository at this point in the history
  2. Added unit test that highlighted issue

    lmarkus committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    5391763 View commit details
    Browse the repository at this point in the history
  3. Change test name

    lmarkus committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    f7c9de5 View commit details
    Browse the repository at this point in the history