Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Joy of this, Joy of that Date: 25 Nov 2024 19:54:19 GMT Lines: 14 Message-ID: References: <6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com> <20241120081039.00006d2a@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net fwVq0kLnwQI29tWeNEr1HwQNX6bYVuINNCeo5Opr/5udldVKFa Cancel-Lock: sha1:0i5SpIPVCg0MtByUSSECKgwuAww= sha256:iq12fyXB3GycFUCvSa3QmKD2XPiZDP8op/mSa9AkedM= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com comp.os.linux.misc:61347 On Mon, 25 Nov 2024 02:33:32 -0500, 186282@ud0s4.net wrote: > Was a strict 'C'/Pascal guy for a long time - but now I always at > least proto in Python. For many apps where speed isn't paramount just > LEAVE it in Python. https://blog.miguelgrinberg.com/post/is-python-really-that-slow Simplistic but I found the comparisons of the different Python 3 versions interesting. For a while it was slower than 2.7, not a good thing, but 3.11 caught up. I don't know why the bubble sort regressed. PyPy looks promising. I don't know why they were able to implement the JIT that is hanging fire in CPython.