mirror of https://github.com/php/php-src
Browse Source
For this benchmark: ```php $length = 25; for ($i=0;$i<1000;$i++) array_chunk(range(0, 10000), $length); ``` On an i7-4790, length=25 speeds up by 1.8x and length=1 by 1.27x. On an i7-1185G7, length=25 speeds up by 1.08x and length=1 by 1.02x.pull/18980/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue