Python's slow runtime can be improved through techniques like using Cython to write code in C, implementing static typing, rewriting processing-heavy functions in C, and using immutable objects and sub-interpreters to bypass the Global Interpreter Lock (GIL).
Table of contents
Compile Python Code for Faster MathsA Python that Zooms with Static TypingC Extensions, But Statically LinkedObjects that Live ForeverSharing the ImmutableSummary4 Comments
Sort: