[web2py] Re: Efficiency in compiled appliance

2016-05-18 Thread Niphlod
what would be the counter-arg here ? On Wednesday, May 18, 2016 at 9:42:50 PM UTC+2, Scott Hunter wrote: > > The web2py book, under Efficiency Tricks, says: > > >- Do not put many functions in the same controller but use many >controllers with few functions. > > When an appliance is comp

[web2py] Re: Efficiency in compiled appliance

2016-10-25 Thread Scott Hunter
Not clear what you are asking. If compiling an app results in each function being in its own file whether they came from distinct source files or not, what is the benefit to having each function start off in its own file? - Scott On Wednesday, May 18, 2016 at 5:02:35 PM UTC-4, Niphlod wrote: >

[web2py] Re: Efficiency in compiled appliance

2016-10-25 Thread Anthony
On Wednesday, May 18, 2016 at 3:42:50 PM UTC-4, Scott Hunter wrote: > > The web2py book, under Efficiency Tricks, says: > > >- Do not put many functions in the same controller but use many >controllers with few functions. > > When an appliance is compiled, each of the functions is compiled