Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > RE: Straw poll on Python performance (was Re: Python is far from atop performer ...)

Reply
Thread Tools

RE: Straw poll on Python performance (was Re: Python is far from atop performer ...)

 
 
Robert Brewer
Guest
Posts: n/a
 
      01-09-2004
> Do you spend a "significant" amount of time actually
> optimizing your Python applications? (Significant is
> here defined as "more than five percent of your time",
> which is for example two hours a week in a 40-hour
> work week.)


No, I don't. The big object server I'm working on now for four months
(which actually *has* some performance requirements) has had _one_
optimization round. I noticed some slowness, profiled the problem down
to the DB layer, and solved it by switching my ADO recordset to
read-only. That cut the load time of objects to 1/3 of what it was
before the optimization. All the other operations to get that data laid
out on a web page were insignificant in comparison.

Generally, I tend to "worry" far more about interface design (for both
users and developers) than performance.


Robert Brewer
MIS
Amor Ministries


 
Reply With Quote
 
 
 
 
Dave Benjamin
Guest
Posts: n/a
 
      01-10-2004
In article <mailman.247.1073688079.12720.python->, Robert Brewer wrote:
>> Do you spend a "significant" amount of time actually
>> optimizing your Python applications? (Significant is
>> here defined as "more than five percent of your time",
>> which is for example two hours a week in a 40-hour
>> work week.)

>
> No, I don't. The big object server I'm working on now for four months
> (which actually *has* some performance requirements) has had _one_
> optimization round. I noticed some slowness, profiled the problem down
> to the DB layer, and solved it by switching my ADO recordset to
> read-only. That cut the load time of objects to 1/3 of what it was
> before the optimization. All the other operations to get that data laid
> out on a web page were insignificant in comparison.


That's generally been my experience as well.

> Generally, I tend to "worry" far more about interface design (for both
> users and developers) than performance.


Thank you! I couldn't say it better.

--
..:[ dave benjamin (ramenboy) -:- www.ramenfest.com -:- www.3dex.com ]:.
: d r i n k i n g l i f e o u t o f t h e c o n t a i n e r :
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I put 2 img atop of eachother in a table without destroying the layout? WalterTemp HTML 1 08-18-2006 08:45 PM
A Straw Poll for NZ-Comp Collector»NZ NZ Computing 22 07-09-2006 11:28 PM
Python is far from a top performer according to benchmark test... Carl Python 52 01-14-2004 09:38 AM
Re: Moon (straw poll) trout Computer Support 1 06-22-2003 07:00 AM
Re: Moon (straw poll) Professor Gazwad Computer Support 0 06-21-2003 07:15 PM



Advertisments