"Make it faster" is a nice goal, but it has many different components, and just 
compiling everything with cython is not an easy way out.

The path to take, like with any software project, is to implement the function 
that you need first.  If, and only if, there is a performance problem, you 
carefully profile the system to find out exactly where the problem lies.  Then 
you determine the best way to fix the problem.

I'll give you a peek in the back of the book -- born from 40+ years of 
programming experience.  The problem is never where you thought it would be.

-- Joe

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to