in reply to
Re^3: performance of length() in utf-8
in thread
performance of length() in utf-8
For reference, exponential would be similar to
O(2**N)
, which is terrible like the traveling spambot problem.
Comment on
Re^4: performance of length() in utf-8
Download
Code
In Section
Seekers of Perl Wisdom