Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> Hi,

> Is there a design reason for not having a chunked implementation?

Then you could use Array/PerlArray anyway (modulo the PerlUndef).

> One thing, that is propably hard to cover, is the method "sort" inherited
> from FixedPMCArray. It looks like 'qsort' needs a continous piece of memory
> for sorting.

Well, qsort can't remain for various reasons. The main one is that it
doesn't allow additional params to be passed to the sort function.
Currently these are static globals, which makes the sort non-reentrant.

For performance reasons we might need some sort/merge algorithm anyway
and then it can work through chunks too.

> CU, Bernhard

leo

Reply via email to