News

In the superfastcode project, the module is exposed to Python using the extension methods for CPython. In the superfastcode2 project, the module is exposed using PyBind11.
Python 3.11 will bear the fruits of CPython's multi-year effort to make Python a faster programming language.
Python’s core developers finally decided to remove the GIL from CPython, but only if it could be done without slowing down single-threaded programs.
Written in C and Python, CPython is the default and most widely used implementation of the Python language. In version 3.11, the CPython interpreter is much more optimized and much faster than in ...
A new JIT compiler, the first no-GIL edition of Python, better errors and typing enhancement, and the removal of dead batteries are all part of Python 3.13.
The upcoming release of Python 3.11 focuses on performance. Improvements will be realized by the Faster CPython project. The release notes of the upcoming version indicate drastic performance ...
The superfastcode and superfastcode2 projects contain identical implementations of a hyperbolic tangent function. In the superfastcode project, the module is exposed to Python using the extension ...