]> granicus.if.org Git - php/commit
Optimized str_repeat() function, it is now 10x faster on 1 byte multipliers
authorIlia Alshanetsky <iliaa@php.net>
Thu, 3 Oct 2002 13:59:31 +0000 (13:59 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 3 Oct 2002 13:59:31 +0000 (13:59 +0000)
commit2ea2b662a4114292981e8c235067759219b33408
tree27bf7edf59b3afd3a633b90f930489842c6d1c37
parent39b0eb9b2219f3e1c5291f922ead1bb61b41c22e
Optimized str_repeat() function, it is now 10x faster on 1 byte multipliers
and 5-6x faster on multi-byte multipliers.
ext/standard/string.c