1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/ext
Alex Dowad 880803a21e Use fast conversion filters to implement php_mb_ord
Even for single-character strings, this is about 50% faster for
ASCII, UTF-8, and UTF-16. For long strings, the performance gain is
enormous, since the old code would convert the ENTIRE string, just
to pick out the first codepoint.
2022-06-12 15:24:41 +02:00
..
2022-04-11 16:58:13 +01:00
2022-05-16 11:01:28 +02:00
2022-06-10 12:45:30 -04:00
2022-05-05 10:14:56 +02:00
2022-06-09 23:03:37 +01:00
2022-06-10 12:22:44 +02:00
2022-06-07 10:08:40 -05:00
2022-06-09 13:42:45 +02:00
2022-05-12 14:55:11 +02:00
2021-12-22 12:36:53 +01:00
2022-05-16 14:47:02 +02:00
2022-04-25 14:30:26 +02:00