Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Improve copy performance. #614

Merged
merged 6 commits into from
Oct 11, 2012
Merged

Commits on Oct 11, 2012

  1. Improve copy performance.

    Updated array checks to use Y.Lang.isArray to leverage native JS array tests.
    Added new "blend" routine to avoid unnecessary overhead in copy/merge pairing.
    Replaced copy/merge pairings with blend() calls.
    Added unit tests for blend().
    Removed duplicate mergeRecursive routines to avoid confusion/bugs.
    mojit0 committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    256c840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f40602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e4bcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    201857e View commit details
    Browse the repository at this point in the history
  5. Removed extraneous code.

    mojit0 committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    80d33e5 View commit details
    Browse the repository at this point in the history
  6. Remove lint :(

    mojit0 committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    198fc77 View commit details
    Browse the repository at this point in the history