Compiled mypyc wheels are now also available, which improve performance by ~21% over Pure Python. They will be automatically installed by your package manager when available for your platform. Pure Python wheel is still available.
Other changes have been made to improve performance, thanks to @JCWasmx86. See the commits for more details.
Formatting performance comparison with the previous version (tested on https://github.com/openedx/edx-platform with single thread):
Version | Seconds |
---|---|
v1.35.3 | 20.39 |
v1.35.4 pure Python | 14.39 |
v1.35.4 compiled | 11.35 |