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


Groups > comp.lang.python > #30182

RE: Fastest web framework

From Andriy Kornatskyy <andriy.kornatskyy@live.com>
Subject RE: Fastest web framework
Date 2012-09-26 13:06 +0300
References <CA+vVgJWs8A2QD2fzqR7Ur-c139UNR_DnnF7mSiYCRmvFqDBn1A@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1423.1348654022.27098.python-list@python.org> (permalink)

Show all headers | View raw


David / Tarek,

I believe you and Tarek are pointing the same things. If we want to get that far, we need, first of all, itemize the functions list and find their correspondences in other frameworks... or provide some script of potential calls to framework internal and translate those call to be specific for each framework. In this case we can profile results, capture benchmarks (e.g. with `timeit`) and figure out something more meaningful... yet point framework developers to attention.

Does that sound like a thing you are trying to communicate?

Thanks.

Andriy


----------------------------------------
> Date: Wed, 26 Sep 2012 05:48:48 -0400
> Subject: Re: Fastest web framework
> From: dwightdhutto@gmail.com
> To: tarek@ziade.org
> CC: andriy.kornatskyy@live.com; python-list@python.org
>
> 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 Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-26 13:06 +0300

csiph-web