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

Not exactly about programming, but I need help with this. I'm running a development
Not sure where to post this question, but I am concerned about the security
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 that level of failure indeed. I just completed the 4 part tutorial from
Not sure if I've just missed something but this doesn't work: $(this).children('td.threadtitle a').html('thread title');
I read many articles about unsafe functions like strcpy, memcpy, etc. which may lead
I'm worried that I am misunderstanding something about stack behavior in C. Suppose that
How do I copy just the Scalar Functions from one Database to another? I'm
Both Eclipse and NetBeans throw errors about the use of anonymous functions. The error

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.