Speed Improvements in Python 3.11 #11392
-
I'm curious if anyone's tried spaCy on Python 3.11? The faster-cpython project is showing 10 to 60% faster performance on the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We ran a couple of benchmarks a few months ago with one of the pre-release builds. At that time, we saw a small but noticeable improvement (between 5-10%) in some inference workloads. However, it must be noted that not all workloads saw an appreciable performance uplift, and external factors such as platform, OS, etc. play into this. In any event, we hope to run more comprehensive benchmarks after the public release of Python 3.11. |
Beta Was this translation helpful? Give feedback.
We ran a couple of benchmarks a few months ago with one of the pre-release builds. At that time, we saw a small but noticeable improvement (between 5-10%) in some inference workloads. However, it must be noted that not all workloads saw an appreciable performance uplift, and external factors such as platform, OS, etc. play into this.
In any event, we hope to run more comprehensive benchmarks after the public release of Python 3.11.