#TIL that #Black is compiled using #mypyc. Interesting that this is used in production! I should read these articles and test it some day
https://ichard26.github.io/blog/2022/05/compiling-black-with-mypyc-part-1/
https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
#Python :python:
An interesting reading on #python speed and how to improve it with #mypyc https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
IMO, mypyc has a potential to become Python 4.0 in the future.