Comment by morkalork
6 months ago
Is this against 3.12 and 3.13? I only ask because there was a noticeable drop in performance when I updated to those versions.
6 months ago
Is this against 3.12 and 3.13? I only ask because there was a noticeable drop in performance when I updated to those versions.
> The baseline is Python 3.14 built with Clang 19 without this new interpreter.
Possibly with your code but a lot of work was done to speedup python3.11+ especially to compensate for the single thread slowdown when they finally remove the GIL (3.13 has nogil but only if you explicitly enable it). By most measurements those versions are signficantly faster then earlier python3 releases.