1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00
Files
archived-php-src/ext
Sebastian Pop 68a7578243 [AArch64] use rev64 to reverse strings
The execution time goes from 4.388s down to 0.563s on a Graviton A1
instance for the benchmark:

function reverse_strings() {
    $a = "foo";
    for ($i = 0; $i < 100000; $i++) {
        strrev($a);
        $a .= "o";
    }
}
2019-05-07 10:40:45 +02:00
..
2019-05-03 16:50:56 +02:00
2019-03-19 20:25:32 +01:00
2019-03-12 13:44:05 +03:00
2019-05-07 04:40:01 +02:00
2019-04-06 19:06:21 -07:00
2019-04-20 16:12:54 +02:00
2019-05-06 00:11:40 +02:00
2019-05-02 23:25:32 +03:00
2019-03-19 20:25:32 +01:00
2019-03-19 20:25:32 +01:00
2019-03-19 20:25:32 +01:00
2019-03-16 19:36:12 +01:00
2019-04-29 13:53:57 +02:00
2019-05-07 04:35:43 +02:00
2019-04-24 22:27:40 +03:00
2019-05-02 15:04:03 +02:00
2019-04-24 22:27:40 +03:00
2019-04-26 15:05:42 +02:00