cython speeds up mathematical operations and loops. There is not much that in web2py. Most of it dictionary lookup. I do not see cython as providing an improvement without major refactoring. On top of this, the models and controllers are executed at every controller therefore they would have to be compiler at every request (or cached). This is not efficient.
On Friday, 12 July 2013 03:03:11 UTC-5, Corne Dickens wrote: > > I'm not 100% sure about the state right now, but I did try to use cython a > while ago.. > > Result was -> some fixes are needed (not all files in gluon compile out of > the box) and it was slower.. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

