#10357 closed enhancement (invalid)
Use strtr() when possible
Reported by: | scribu | Owned by: | scribu |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | |
Component: | Optimization | Keywords: | has-patch close |
Focuses: | Cc: |
Description
When replacing strings of the same lenght, it's better to use strtr() instead of str_replace() because it's faster.
Attachments (1)
Change History (6)
#1
@
16 years ago
There are conflicting reports on which is faster, seems strtr() is a little faster only for very short strings but the difference is less than a microsecond.
#3
@
16 years ago
- Component changed from General to Optimization
- Milestone changed from 2.8.2 to 2.9
Note: See
TracTickets for help on using
tickets.
use strtr() for single character replacements