Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30178

Re: Fastest web framework

References <DUB117-W80EE2285B5E415AA14B5B9919F0@phx.gbl> <50604907.6060405@ziade.org> <DUB117-W20C405466BE1C21E8F0FEE919D0@phx.gbl> <5062C603.90905@ziade.org>
Date 2012-09-26 05:48 -0400
Subject Re: Fastest web framework
From Dwight Hutto <dwightdhutto@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1419.1348652930.27098.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Fastest web framework Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-26 05:48 -0400

csiph-web