Changes between Version 73 and Version 74 of IrcFAQ


Ignore:
Timestamp:
May 2, 2008, 11:28:26 AM (17 years ago)
Author:
Paul Bissex
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v73 v74  
    7878== Which runs faster, X or Y? == #WhichIsFaster
    7979
    80 This is a tempting question to answer in hopes of getting a quick answer on the "best" way to do something. Unfortunately, the answer is generally "profile your app and see". Performance tuning always starts with a baseline. If you haven't measured current performance to get a baseline, you aren't in a position to do much with the answer to the question anyway.
     80This is a tempting question to ask in hopes of getting a quick answer on the "best" way to do something. Unfortunately, the answer is generally "profile your app and see". Performance tuning always starts with a baseline. If you haven't measured current performance to get a baseline, you aren't in a position to do much with the answer to the question anyway.
    8181
    8282You can learn more about Python's handy profiling tools in the [http://docs.python.org/lib/profile.html Python documentation].
Back to Top