[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simple way to create a big string of blanks?
- From: Florian Weimer <fw@...>
- Date: Wed, 19 Aug 2009 22:40:32 +0200
* Michael Newberry:
> What if n = 50,003 or something? Is it doing 50,002 concatenations?
No, apparently not, otherwise it run-time would be unbearable.