Linux distributions and Python 2
Linux distributions and Python 2
Posted Jun 11, 2018 20:37 UTC (Mon) by Cyberax (✭ supporter ✭, #52523)In reply to: Linux distributions and Python 2 by malefic
Parent article: Linux distributions and Python 2
Py3 is often slower than Py2: https://stackoverflow.com/questions/37052139/string-perfo...
You can't say beforehand if your codebase is going to do any better with Py3. I've seen it go both ways.