Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6559497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:20:04+00:00 2026-05-25T13:20:04+00:00

I am not worried about functions defined by me, but built-in functions or esp.

  • 0

I am not worried about functions defined by me, but built-in functions or esp. ones from imported modules. Basically, do these pieces of advice still apply?

http://wiki.python.org/moin/PythonSpeed/PerformanceTips#Avoiding_dots…

http://wiki.python.org/moin/PythonSpeed/PerformanceTips#Local_Variables

I think the JIT of PyPy could have helped me here too, but I need to run the thing on a Linux cluster (and my source is for Py3k already).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T13:20:05+00:00Added an answer on May 25, 2026 at 1:20 pm

    Yes. The exact version doesn’t matter much. These optimizations all boil down to minimizing the use of language features with semantics that prohobit simple and efficient implementations for the general case (which is all an interpreter cares about, while a JIT-compiler can generate better code for specific cases). Specifically:

    • Attribute lookup still follows a pretty fancy algorithm, e.g. making hashtable lookups (those are amortized O(1), but big O isn’t everything), walking up longish (well, not so much in the case of builtins) inheritance chains and invoking other descriptors (properties, getting bound methods). Variable (especially local, see below) lookup is dead simple in comparision, and requires fewer bytecode instructions unless the object in question is already on the top of the stack.
    • Local variables can still be enumerated at compiletime (allowing somewhat efficient implementation using a stack), while globals can still be added and removed at all times, by anyone with a reference to the module object, and even dynamically using string (requring using hashtable for them).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

EDIT: I know about include guards, but include files are not the issue here.
I'm not running into a memory leak in my application yet, but I'm worried
Anyone out there know how to improve this function? I'm not worried about shortening
I'm a desktop developer writing for internal users, so I'm not worried about malicious
Not ever sure if it can be done, but is it possible to use
Not crazy about the way Xcode 4.2 has laid out the files on disk.
Not able to download artifacts from central maven repository. <mirrors> <!-- mirror | Specifies
Not quite sure how to go about describing what it is I'm trying to
Not to sound like a koan, but just wondering if there are definite rules
Not sure if im just being stupid or something but here goes i work

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.