Re: Faster way of making long string?



> 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

.



Relevant Pages

  • Re: Append Query help
    ... Exagerated for clarity, that's ... the single quotes to the string. ... How do I add the single quotes to the VBA ... of textboxes, check boxes, and combo boxes as input. ...
    (microsoft.public.access.formscoding)
  • Re: Length of a string?
    ... separate statement, for clarity ... I guess there are languages where strings are structures, ... and % is used for structure member selection. ... They could have use .LENGTH.s for string length. ...
    (comp.lang.c)
  • Re: How to exclude a string using regexp pattern?
    ... data, if you are typing these in as Java source String literals, then you'll ... expressed in your XML ends up being implemented by the standard Java regexp ... if not then most/all regexp engines have some similar feature which you ... The regexp itself is also oversimplified (just for clarity -- or what passes ...
    (comp.lang.java.programmer)
  • Re: hide taskbar
    ... It's becasue your ShowIndow is using 64-bit Longs. ... System.Int32 for clarity ... > (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: regex help please
    ... break down a string like the following: ... $_ is bound to stay with forever;-) ... ("mapped" brackets added for clarity ...) ...
    (comp.lang.perl.misc)