Re: Faster way of making long string?
- From: alanglloyd@xxxxxxx
- Date: 25 Apr 2005 13:48:53 -0700
> I tested your suggestion with a format string for 16 numbers > by
modifying Chris Willig's code
The principle is that relative to an awful lot of byte manipulation,
allocating memory for a string is very very ssslllooowww.
So allocate a string as little as possible. But still remember that the
difference between 3 mSec and 100 mSec is bugger all in GUI terms, but
two or three hours in "What the hell is happening here" clarity. And
clarity is much more important than critical.
Alan Lloyd
.
- References:
- Faster way of making long string?
- From: Ian Hinson
- Re: Faster way of making long string?
- From: Chris Willig
- Re: Faster way of making long string?
- From: Ian Hinson
- Re: Faster way of making long string?
- From: alanglloyd
- Re: Faster way of making long string?
- From: Ian Hinson
- Faster way of making long string?
- Prev by Date: Re: Faster way of making long string?
- Next by Date: Re: Faster way of making long string?
- Previous by thread: Re: Faster way of making long string?
- Next by thread: Re: Faster way of making long string?
- Index(es):
Relevant Pages
|