From: Raphail <raf...@ho...> - 2019-05-20 14:09:05
|
I have several hundreds of python scripts that had been running with Jython 2.2.1 until now. This version consumes so much less space in storage memory than 2.7, and when I compared those 2, the first one also consumed less memory on my server startup (about 8MB less). All in all, I don't want to perform an update that no matter how I look at it, has no benefits for my application (e.g. my project already contains libraries such as mysql connector and such) and I'm forced to either continue with 2.2.1 and its unknown lifespan or probably give up Jython and rewrite all my scripts to Java. It would be really cool if there was a version that excluded all those external libraries and such, and was more friendly in terms of consuming storage space. -- Sent from: http://python.6.x6.nabble.com/jython-dev-f1778516.html |