Re: Faster way of making long string?
- From: Ekkehard Domning <edo@xxxxxxxx>
- Date: Sun, 24 Apr 2005 19:51:01 +0200
Hello
J French wrote:
This is just delegating the inefficiency to TStringList
as You see, Ian made a test and shows that the stringlist method is running at double speed as his approach. I would define "inefficiency" a bit different.
At the end of the discussion comes the question about the code. Should the code be "fast" or "maintainable". Since we have very fast computers, and a lot of ram, I like it to have maintainable code, where ever it is possible.
If You compare the solution with a the stringlist and the solution chris suggest, I would choose, nearly in all cases, the stringlist alternative. It might be neccessary optimize on speed if zillions of string must be added, but until now I allways worke with stringlist.
Best regards
Ekkehard
.
- Follow-Ups:
- Re: Faster way of making long string?
- From: J French
- Re: Faster way of making long string?
- References:
- Faster way of making long string?
- From: Ian Hinson
- Re: Faster way of making long string?
- From: Ekkehard Domning
- Re: Faster way of making long string?
- From: J French
- Faster way of making long string?
- Prev by Date: Re: Auto Fill Web Forms
- 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):