Opened 13 years ago
Closed 13 years ago
#7282 closed enhancement (fixed)
Add Cornford optimization to dojo.delegate
Reported by: | Neil Roberts | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Core | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As noted here: http://groups.google.com/group/comp.lang.javascript/msg/e04726a66face2a2
Testing in FF3 ran in 60% of the previous time. The speed of delegation for 10,000 delegations from 57ms to 35ms
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | delegate.patch added |
---|
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [14607]) adopting Cornford optimization for dojo.delegate. Thanks to Neil for the patch. Fixes #7282. !strict