1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Niels Dossche cad0e555ac Faster validation logic in bc_str2num() (#14115)
Using SIMD to accelerate the validation.

Using the benchmark from #14076.

After:
```
1.3504369258881
1.6206321716309
1.6845638751984
```

Before:
```
1.4750170707703
1.9039781093597
1.9632289409637
```
2024-05-03 17:34:38 +02:00
..
2024-03-13 23:32:35 +01:00
2024-05-01 00:03:43 +02:00
2024-03-13 09:30:33 +01:00
2024-04-11 15:58:25 +02:00
2024-03-18 11:59:34 +01:00
2024-04-27 23:45:55 +02:00
2024-04-12 11:04:41 +01:00
2024-04-21 16:07:40 +02:00
2024-04-10 10:02:24 +09:00
2024-03-15 20:33:59 +01:00
2024-04-08 19:31:20 +02:00
2024-04-16 14:20:23 +02:00
2024-04-20 17:12:20 +01:00
2024-05-01 20:43:53 +02:00