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 9258995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:32:54+00:00 2026-06-18T12:32:54+00:00

I’m wondering if is reliable migrate my python apps to PYPY. I need improve

  • 0

I’m wondering if is reliable migrate my python apps to PYPY. I need improve specifically the perfomance of a lot of python code and twisted based modules that I’m using to scientific monitoring, and I’m thinking with a future approach.

Python foundation doesn’t show improve perfomance intentions of CPython, either using some model of pypy or Cython.

There is no need to reinvent the wheel, but Guido seems not to mind the needs of python users.Under this situation, it is difficult to take a direction, what decision to take?

… and definitively I don’t want to use another programming language.

PD:Actually I’m using 2.7 version…

Edited: My code has been profiled and tested several times, otherwise I would not be asking…Thanks for you answer Francis, anyway…

Edited: I’d like know more opinions about this…

  • 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-06-18T12:32:56+00:00Added an answer on June 18, 2026 at 12:32 pm

    I think you have the wrong impression of CPython. CPython is the reference implementation and will always have the latest Python features and the newest versions of Python. Performance is important and CPython performance has increased significantly with every single minor release. CPython is definitely the most “future reliable” of the implementations available today.

    However, a very important feature of CPython is bridging to C environments, i.e. running modules written in C which wrap C libraries or which contain finely-tuned C code that does manual memory management. Using C modules places a limit on the amount of exotic runtime stuff you can do. E.g. there is a significant performance penalty in PyPy if you use any Python module written in C, if it runs at all!

    You can try PyPy, Cython, IronPython, Jython, etc, and see if it works for you, but expect to be disappointed if you use any C modules.

    What should be your approach instead is to profile your code and identify any hotspots or inner loops and optimize them. Since you have an IO-driven app, I strongly suspect that the bulk of your “slowness” has nothing to do with your Python implementation but everything to do with IO-related activities. It could be that it’s not your app that needs tuning, but the machine it runs on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is
Specifically, suppose I start with the string string =hello \'i am \' me And
I have a small JavaScript validation script that validates inputs based on Regex. I
I have this code to decode numeric html entities to the UTF8 equivalent character.
In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I know there's a lot of other questions out there that deal with this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.

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.