krono has quit [Read error: Connection reset by peer]
krono has joined #hpy
<ronan>
mattip: I did the refactoring to allocate all the arrays on the heap, but the timings are pretty bad, e.g. np.array(<list of floats>) is 2x slower
<ronan>
but really, the signature of descr->f->getitem and friends should change to not require an array, I'm quite sure that the stack allocation adds a fair bit of unnecessary overhead already
<mattip>
can you make the object that was on the stack a singleton with