On 5/25/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> src/list.c is the base for several array-ish PMC inside classes. But
> it's mostly outdone by other PMCs like ResizableIntegerPMC.
> 
> OTOH it has some features which are not covered by other array classes:
> - implementation of splice, shift, unshift, ...
> - chunked allocation with (limited) support for sparse arrays
> - much faster shift/unshift for big arrays
> 
> I think we should do:
> 
> 1) implement missing vtables (shift,unshift,splice,push,pop,delete) in
> *all* {Fixed,Resizable}<type>Array PMCs
> 
i've added pop to ResizablePMCArray. i'll make sure the others are
added and move on to FixedPMCArray next.

> These are several more or less independent steps, 1) and 2+3) can be
> done in parallel.
> 
> Takers wanted & thanks
> leo
> 
> 
BTW if you enter these as tickets into RT, we can truly have "takers." :)
~jerry

Reply via email to