>The error is not from a lack of stack space, either. The error is
>EOutOfMemory that indicates a less easily solved problem.
>Can anyone recommend a method to search a whole drive, of arbitrary
>size, without running out of memory.
>Stu Cox
This is exactly the kind of thing my string class wo
On Sat, 3 Feb 2007, Marco van de Voort wrote:
> > On Sat, 3 Feb 2007, Marco van de Voort wrote:
> >
> > > > Yes it will, because the reallocations don't happen as often.
> > > > The sorting introduces an overhead anyway, whether you set capacity or
> > > > not.
> > >
> > > Yes, but I was tal
Michael Van Canneyt wrote:
All this doesn't exclude that a specialized class may be more suitable for
the job.
To be honest, the only good point of TStringList seems to be that it is
default available on all Object Pascal. The specialised stuff (splitting
strings) is also plagued with odd
Graeme Geldenhuys schreef:
Ok, I'll bite.. ;-)
Thanks. It is nice to find a volunteer. :-)
Vincent
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> On Sat, 3 Feb 2007, Marco van de Voort wrote:
>
> > > Yes it will, because the reallocations don't happen as often.
> > > The sorting introduces an overhead anyway, whether you set capacity or
> > > not.
> >
> > Yes, but I was talking about slowness in general, not just from the heap.
> >
>
Graeme,
Ok, I'll bite.. ;-)
I spoke to Dean the other day and he mentioned a new update for
FPCUnit will be sumbitted shortly. I didn't want to start on the new
XSLT stylesheet before I know what format the XML is in.
Dean, if you can confirm that the new xml format with nested test
suits are
On Sat, 3 Feb 2007, Marco van de Voort wrote:
> > Yes it will, because the reallocations don't happen as often.
> > The sorting introduces an overhead anyway, whether you set capacity or not.
>
> Yes, but I was talking about slowness in general, not just from the heap.
>
> And TStringList wit
Am Samstag, den 03.02.2007, 16:36 +0100 schrieb Marc Santhoff:
> Am Freitag, den 02.02.2007, 08:52 -0800 schrieb Cox, Stuart TRAN:EX:
...
> > Can anyone recommend a method to search a whole drive, of arbitrary
> > size, without running out of memory.
>
> >From reading this thread I think you must
> Yes it will, because the reallocations don't happen as often.
> The sorting introduces an overhead anyway, whether you set capacity or not.
Yes, but I was talking about slowness in general, not just from the heap.
And TStringList with those huge internal list has to move on avg half of the
arr
Am Freitag, den 02.02.2007, 08:52 -0800 schrieb Cox, Stuart TRAN:EX:
> I am trying to EnumerateFiles (create a list of all files that match a
> given filespec) across and down a whole drive. I've directly used the
> EnumerateFiles code from TurboPower's SysTools as available on
> SourceForge.
>
>
On Sat, 3 Feb 2007, Marco van de Voort wrote:
> > On Fri, 2 Feb 2007, Marco van de Voort wrote:
> >
> > > > Can anyone recommend a method to search a whole drive, of arbitrary
> > > > size, without running out of memory.
> > >
> > > I don't know seen SysTools, but I worked analysing logfiles f
> On Fri, 2 Feb 2007, Marco van de Voort wrote:
>
> > > Can anyone recommend a method to search a whole drive, of arbitrary
> > > size, without running out of memory.
> >
> > I don't know seen SysTools, but I worked analysing logfiles for a year. All
> > containertypes (TList TObjectList and Tstr
On Fri, 2 Feb 2007, Marco van de Voort wrote:
> > Can anyone recommend a method to search a whole drive, of arbitrary
> > size, without running out of memory.
>
> I don't know seen SysTools, but I worked analysing logfiles for a year. All
> containertypes (TList TObjectList and TstringList incl
Graeme,
I spoke to Dean the other day and he mentioned a new update for
FPCUnit will be sumbitted shortly. I didn't want to start on the new
XSLT stylesheet before I know what format the XML is in.
Dean, if you can confirm that the new xml format with nested test
suits are still as is, then I'l
Ok, I'll bite.. ;-)
I spoke to Dean the other day and he mentioned a new update for
FPCUnit will be sumbitted shortly. I didn't want to start on the new
XSLT stylesheet before I know what format the XML is in.
Dean, if you can confirm that the new xml format with nested test
suits are still as
15 matches
Mail list logo