[Cython] Fused Types

Sturla Molden sturla at molden.no
Sun May 1 18:25:53 CEST 2011


Den 01.05.2011 16:36, skrev Stefan Behnel:
>
> Not everyone uses C++. And the C++ compiler cannot adapt the code to 
> specific Python object types.

Ok, that makes sence.

Second question: Why not stay with the current square-bracket syntax? 
Does Cython
need a fused-type in addition?

I'd also think duck types could be specialised from run-time 
information? (Cf. profile-guided optimisation.)


Sturla


More information about the cython-devel mailing list