#2803 closed enhancement (fixed)
Faster Map
Reported by: | flesler | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | map | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
These changes make jQuery.map considerably faster.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | faster-map.diff added |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 12 years ago by
Is the change to ret.concat.apply here redundant?
1203 return ret;
1199 return ret.concat.apply( [], ret );
comment:4 Changed 12 years ago by
No, as we established during our discussion of this, that is how nested arrays are flattened. I filed a pull request to add a comment to the source.
Note: See
TracTickets for help on using
tickets.
Applied at [5470].