This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thomaswamm
Recipients thomaswamm
Date 2021-03-16.06:13:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615875194.4.0.35991043769.issue43511@roundup.psfhosted.org>
In-reply-to
Content
Comparing performance of a Tkinter graphics program with Python 3.9.2 on an M1 Mac Mini, I find it to be slower than earlier versions, and much slower than the same program running on other computers such as a Raspberry Pi 3B (Python 3.7.3).

Initial investigation suggests the slow down is because of Tk 8.6.11.
The same program on Windows 10 on Intel i5-8250U is at least 10x faster, contrary to expectations.

Has anyone noticed similar?

The program is simple & portable, downloadable from: 
https://github.com/ThomasWamm/TerraLunar.git
All it does is 2-D orbital mechanics simulation, to teach me Python.
History
Date User Action Args
2021-03-16 06:13:14thomaswammsetrecipients: + thomaswamm
2021-03-16 06:13:14thomaswammsetmessageid: <1615875194.4.0.35991043769.issue43511@roundup.psfhosted.org>
2021-03-16 06:13:14thomaswammlinkissue43511 messages
2021-03-16 06:13:13thomaswammcreate