Brian Granger wrote:
> One more question?  At times I have used SLT vector template in Cython
> and it works really well of you want a fast dynamically sized array
> type.  Do you think it would be possible to have cython arrays be
> interchangible with these as well?  I don't see why it wouldn't work
> through the c++ "ponter" member that vector has.  That would be a
> killer feature.
>   
Perhaps afterwards (without support for resize it would be supported 
straight away), resizing seems like a natural extension. I think it 
doesn't affect design decisions now and so I'd rather deal with it later 
-- let's get this proposal even accepted first :-)

Dag Sverre
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to