Re: [Numpy-discussion] does an ndarray have a "hook" for a dictionary attribute ?

2009-11-12 Thread Pierre GM
On Nov 12, 2009, at 4:47 AM, Sebastian Haase wrote: > On Thu, Nov 12, 2009 at 10:38 AM, Sebastian Haase wrote: >> Hi, >> >> I hope my subject line is not entirely incomprehensible: >> I remember there was a discussion (some time ago) that every ndarray >> instance should get an extra dictionary

Re: [Numpy-discussion] does an ndarray have a "hook" for a dictionary attribute ?

2009-11-12 Thread Sebastian Haase
On Thu, Nov 12, 2009 at 10:38 AM, Sebastian Haase wrote: > Hi, > > I hope my subject line is not entirely incomprehensible: > I remember there was a discussion (some time ago) that every ndarray > instance should get an extra dictionary (or just a "hook" for it, to > minimize the memory foot print

[Numpy-discussion] does an ndarray have a "hook" for a dictionary attribute ?

2009-11-12 Thread Sebastian Haase
Hi, I hope my subject line is not entirely incomprehensible: I remember there was a discussion (some time ago) that every ndarray instance should get an extra dictionary (or just a "hook" for it, to minimize the memory foot print) for "application specific" / "auxiliary" data. What is the current