Result
sprintf > str_replace > preg_replace > strtr
strtr 과 str_replace 간 특성차이를 고려.
Run Speed
거론된 결과물이 많지만 1,2 만...
- str_replace #1 1.33 : 1 sprintf
- str_replace #2 1.6 : 1 sprintf
- preg_replace 2.19 : 1 sprintf
- strtr 51.97 : 1 sprintf
- sprintf: 2.92035603523 seconds
- preg_replace: 5.3017771244 seconds
- str_replace #1: 7.66827106476 seconds
- str_replace #2: 8.1126139164 seconds
- strtr: 145.762818813 seconds
반응형
'lang > php' 카테고리의 다른 글
Workerman Socket Server, Multi Process 및 libevent 폴링 라이브러리 (0) | 2018.06.01 |
---|---|
PHP Performence On Framework And Event-driven PHP (1) (0) | 2018.06.01 |
date, microtime speed and calculate (0) | 2018.04.25 |
php log file write speed (0) | 2018.04.20 |
Ubuntu php7.1/7.2 Switch (0) | 2018.03.02 |