walkLength can be significantly sped up for narrow strings in the common case where they begin with a run of characters that do not require decoding.
@n8sh created dlang/phobos pull request #7755 "Speed up walkLength for narrow strings" fixing this issue: - Fix Issue 21559 - Speed up walkLength for narrow strings https://github.com/dlang/phobos/pull/7755
dlang/phobos pull request #7755 "Speed up walkLength for narrow strings" was merged into master: - 3733c9d20227d5a7f76b6a79b812d1f5ee1055b3 by Nathan Sashihara: Fix Issue 21559 - Speed up walkLength for narrow strings https://github.com/dlang/phobos/pull/7755