PyPy 1.8 released an excellent Python Interpreter

Source: Internet
Author: User

Python interpreter Python v1.8 is released. The biggest improvement of this version is the introduction of the new list strategy, which improves the performance and memory usage efficiency of homogenous lists.

PyPy is a Python interpreter implemented in Python. It is a project created by Python developers for better Hack Python. PyPy is more flexible, easier to use, and more experimental than CPython. It can be used to develop specific functions and implementation methods in different situations. The goal of PyPy is to make PyPy easier to adapt to various projects than Python implemented by C.

PyPy 1.8 detailed improvement list:

◆ List policy. The efficiency of the list containing only integers or floating-point numbers should be consistent with that stored in the binary package. The JIT performance of such lists is also improved. In addition, unicode and other character lists also have corresponding policies.

◆ Performance Improvement: Provides faster Python constructs ).

◆ Fixed bugs and compatibility issues with CPython.

◆ The Numpy module continues to improve. For more information, see this page. (Note: The numpy module can now use both numpy and numpypy names .)

◆ The new JIT hook (hooks) helps you hook up the JIT compilation process in a Python program.

◆ Upgrade the standard library to 2.7.2.

For more information, see: http://morepypy.blogspot.com/2012/02/pypy-18-business-as-usual.html. PyPy 1.8 has improved the performance by nearly 1.7 compared with PyPy 10%. This version supports x86 systems running Linux 32/64 and Windows 32, and will support Windows 64-bit systems in subsequent versions.

: Http://pypy.org/download.html

Original article: http://www.iteye.com/news/24215

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.