php-src/ext/mbstring/ucgendat
Alex Dowad 0b32a15eb0 Optimize mb_str{,im}width for performance
Rather than doing a linear search of a table of fullwidth codepoint
ranges for every input character,

1) Short-cut the search if the codepoint is below the first such range
2) Otherwise, do a binary (rather than linear) search
2021-09-29 18:19:01 +02:00
..
ucgendat.php Optimize mb_str{,im}width for performance 2021-09-29 18:19:01 +02:00
uctest.php Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00