Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 10:12 PM -0700 6/11/04, Matt Fowles (via RT) wrote: >>This patch adds the above Fixed*Array classes. They are basic tests for >>all of them included too, although more tests never hurts...
> With MANIFEST patch even! Woohoo! > Applied, thanks. 1) Is there any good reason to start now malloc(3) based array classes? This leads to code duplication for all the utility vtable entries (like C<splice>). F<src/list.c> can deal with all types already. 2) What's the difference between *PMCArray and *BooleanArray? leo