mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
Updated Performance Optimizations (markdown)
parent
053213e62a
commit
0b74b2baca
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ If performance is more important to you than programming in Python, you might wa
|
||||||
|
|
||||||
## Free Optimizations
|
## Free Optimizations
|
||||||
|
|
||||||
**Note:** The 3rd party library will *not* be pure Python, so availability may depend on your OS, Python implementation & architecture.
|
|
||||||
|
|
||||||
### PyPy
|
### PyPy
|
||||||
[PyPy](http://pypy.org/) is a different implementation of the Python programming language. Is your bot only using pure Python code? Using PyPy can then probably¹ optimize all your code -- free of charge.
|
[PyPy](http://pypy.org/) is a different implementation of the Python programming language. Is your bot only using pure Python code? Using PyPy can then probably¹ optimize all your code -- free of charge.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue