From: Charles R H. <cha...@gm...> - 2006-10-19 15:53:11
|
On 10/19/06, Travis Oliphant <oli...@ee...> wrote: > > Stefan van der Walt wrote: > > >On Wed, Oct 18, 2006 at 09:17:49PM -0400, Pierre GM wrote: > > > > > >>On Wednesday 18 October 2006 20:29, Stefan van der Walt wrote: > >> <snip> I don't think the extra bytes for every ndarray object are worth it, > given how easy it is to sub-class and create your own ndarray that can > have attributes attached. What are others opinions. I'd be more inclined to worry about speed. One of the drawbacks of numarray was the time it took to create arrays. Since I often use many small arrays, numpy was a big improvement in that area. Chuck |