|
|
|
|
|
by ilyagr
2072 days ago
|
|
I found the following talks by Armin Romacher very informative on these topics (C API, why python is more difficult to speed up than JS). https://youtu.be/qCGofLIzX6g
https://youtu.be/IeSu_odkI5I I wish these were the things Python 3 addressed, rather than Unicode. I guess it's much more obvious in hindsight than back when Python 3 was designed. |
|
Python's still a great language for the things it was being designed for back in the 2000s. But adding decent Unicode support is a big part of what helped it become an attractive language for use cases where I wish it performed better or had better support for parallelism. Natural language processing, for example.