[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to Generate a Long String of the Same Character
From: |
Andrew J. Schorr |
Subject: |
Re: How to Generate a Long String of the Same Character |
Date: |
Tue, 20 Jul 2021 09:42:53 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Jul 20, 2021 at 11:49:05AM +0200, Wolfgang Laun wrote:
> Some instructions are remarkably "heavy", length() for a string is one.
Are you in a multi-byte locale? Because if not, I'd expect length()
to be very quick.
Regards,
Andy