On Apr 21, 2009, at 10:50 PM, Jean-Francois Moulin wrote: > Sounds good and simple indeed... > Could you shortly elaborate on the cost of the pointers (or point > me to some > reference ;0)?
I don't have a good reference, but it will probably vary a lot from processor to processor (depending on what kind of branch prediction algorithms they use--calling a function pointer is a branch of sorts too). > Anyway, I'll try that asap (you are right that should be easy to > implement.. I just have to see if > subclassing in Cython is as easy as in Python) Yep, it is. > and for sure I'll come with plenty of new questions! > Thanks for your input! No problem. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
