Fastest web framework

Dwight Hutto dwightdhutto at gmail.com
Wed Sep 26 05:48:48 EDT 2012


to Andriy
You can use a framework, however, the function from the framework has
to be used, and the parameters utilized by the frameworks functions.

It would seem that writing your own witin the main page, or using the
original function in place from the framework would run a timeit
better.

I'll look later, but it seems correct in terms of enhancing the
frameworks estimated(OS ops)time to completion.
Andriy Kornatskyy
	
5:39 AM (5 minutes ago)
		
to me
David,

This makes sense... and probably can pretend to be most accurate.


Well, in a higher level language, such as Python, you have to remove
layers in order to reduce interpreter completion time.

So just the usage of a framework makes you utilize a function that has
to be imported, accessed and run before the function completes using
the parameters.

It might be faster if you just used the function itself, or optimized  it.



-- 
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com



More information about the Python-list mailing list