> And address arithmetic and mem(cmp|cpy) is faster than array iteration.

Ha Ha Ha. You must be kidding.

The mem(cmp|cpy) work just fine on UTF-8 string comparison and copy.
But the memcmp() can not be used for UTF-32 string comparison, because
of endian issue.

Hong

Reply via email to