> No, it's because your loop is over 10000 rather than 1000.

Sharp eyes! :)

So, to summarize, with the improved Cython one should always use isinstance 
as it will be optimized to be at least as fast. I guess we should remove the 
PY_TYPE_CHECK macro from Sage altogether and replace every occurrence with 
isinstance?

 

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to