9 ms·
On the Python 3 subject, I'd be highly interested in seeing if there any performance wins by switching your Django deployment to Python 3 over something like Py
by wowzer 14y ago
On the Python 3 subject, I'd be highly interested in seeing if there any performance wins by switching your Django deployment to Python 3 over something like Python 2.7.
- tshepang 14y agoIf you go 3.3: * If you use decimal module, you will benefit from the serious speed improvements (http://docs.python.org/dev/whatsnew/3.3#decimal http://docs.python.org/dev/whatsnew/3.3#decimal). * The memory usage of strings is slightly lower (http://docs.python.org/3/whatsnew/3.3#performance-and-resource-usage http://docs.python.org/3/whatsnew/3.3#performance-and-resour...).