[Warning - mailing list violently altered!]


John Carter wrote:
> On Fri, 13 Oct 2000, John Porter wrote:
> 
> > As a concrete example, perl's data structures are always
> > managed in memory; while things like sort and merge have
> > been written to utilize on-disk buffers when necessary.
> > (Hmm... smells like an RFC...)
> 
> I would assume that perl uses glibc's qsort routine.

That would be great for perl6; but current perls implement a
custom sort routine.

The bigger issue, which I think is RFC-worthy, is that perl
ought, if possible, to optimize for extreme cases by doing,
e.g., disk caching, the way unix sort does.

This could be controlled by pragmata, if it was deemed not
useful as a default.

-- 
John Porter

        By pressing down a special key  It plays a little melody

Reply via email to