1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Files
archived-php-src/ext/standard/tests
Nikita Popov 6a8c094e2d Remove string length limit from levenshtein()
As noted on https://bugs.php.net/bug.php?id=80073, I don't think
having this limitation makes sense. The similar_text() function
has much worse asymptotic complexity than levenshtein() and does
not enforce such a limitation. levenshtein() does have fairly high
memory requirements, but they are a fixed factor of the string
length (and subject to memory limit).
2020-10-09 16:12:08 +02:00
..
2020-09-29 16:49:46 +02:00
2020-09-18 14:28:32 +02:00
2020-10-06 12:12:43 +02:00
2020-02-03 22:52:20 +01:00
2020-09-29 16:49:46 +02:00
2020-09-28 09:51:58 +02:00
2020-09-29 16:49:46 +02:00
2020-09-29 10:59:46 +02:00
2020-09-18 14:28:32 +02:00
2020-09-18 14:28:32 +02:00
2020-09-20 15:38:18 +02:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00