You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although Python is beautiful and easy it has one flaw that it shares with other Interpreted Languages - it is slow.
Therefore this discussion will be about possible ways to make Rich faster and their pros and cons. Currently here are ways:
+ Write Python code that calls back and forth from and to C or C++ code natively at any point.+ Easily tune readable Python code into plain C performance by adding static type declarations, also in Python syntax.- Only for Python implementations implemented with C/C++ like CPython- Requires C/C++ Knowledge
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Although Python is beautiful and easy it has one flaw that it shares with other Interpreted Languages - it is slow.
Therefore this discussion will be about possible ways to make Rich faster and their pros and cons. Currently here are ways:
Beta Was this translation helpful? Give feedback.
All reactions