I just checked in stub code for the PMCArray and StringArray classes. Ultimately they should be auto-resizeable, PMC or String only arrays, though right now they aren't. (They wrap PerlArray right now, so they're far from efficient, but at least they're in to be used) Integer and Float arrays should probably go in, and we should add in the non-auto-resizing versions as well.

Abusing these so they aren't just virtual wrappers, and are actually efficient (as they can all be done as a plain C array of pointers or values--they don't have to be, and probably shouldn't be, sparse) would certainly be a Good Thing.
--
Dan


--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to