[web2py] Re: Template efficiency

2012-04-04 Thread Yarin
Interesting. Guess as long as the difference is negligible in a loop, shouldn't be a concern. Thanks Anthony- On Wednesday, April 4, 2012 12:28:32 AM UTC-4, Anthony wrote: > > I do not know for sure in this case. There is an overhead in serializing >> the UL/LI. Would be nice to have some bench

[web2py] Re: Template efficiency

2012-04-03 Thread Anthony
> > I do not know for sure in this case. There is an overhead in serializing > the UL/LI. Would be nice to have some benchmarks of both. > In a stripped app with no models, no layout (just the list itself in the view), and session turned off: *For 3 items:* : 5.9 ms/req UL/LI: 5.9 ms/req *F

[web2py] Re: Template efficiency

2012-04-03 Thread Massimo Di Pierro
I do not know for sure in this case. There is an overhead in serializing the UL/LI. Would be nice to have some benchmarks of both. On Tuesday, 3 April 2012 16:56:04 UTC-5, Yarin wrote: > > Massimo mentions > herethat one > optimiz