Opened 15 years ago
Closed 14 years ago
#4114 closed enhancement (fixed)
RegExp w/ Function Should be Optimized
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Right now we have some .replace(..., function(){}) code that should probably be optimized (cache the regexp function for later usage).
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | 1.3.2 → 1.3.3 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.3.1 → 1.3.2 |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [6463].