Re: array with same value all the time?
- From: "Bruce Roberts" <dontsendtober@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Mar 2006 17:02:12 -0500
"Tom de Neef" <tdeneef@xxxxxxxx> wrote in message
news:442837e7$0$11065$e4fe514c@xxxxxxxxxxxxxxxxx
Is there a particular reason to use a dynamic array rather than a Tlist
(with objects instead of records)? Adding and deleting would be more
elegant.
IMO a ring buffer is equally elegant. If has the advantages of being much
faster and requiring infrequent memory de/allocations. Using a dynamic
array, it can even grow (and if required shrink) to adjust for higher
(lower) than anticipated volumes.
.
- References:
- array with same value all the time?
- From: Sonnich
- Re: array with same value all the time?
- From: Tom de Neef
- array with same value all the time?
- Prev by Date: Re: delphi2006... is quick rpt standard no longer available?!?
- Next by Date: TStringGrid.DrawCell - Not Updating The Correct Cell
- Previous by thread: Re: array with same value all the time?
- Next by thread: Re: array with same value all the time?
- Index(es):
Relevant Pages
|