-
...but I'm okay with it being slower as the apps that use that library don't hit the database as hard as the test script does; and, I also use NGINX caching to reduce the hit on the web application anyway.
-
Not shocked at perf of pure Python implementation. I was futzing around with an AWS Graviton instance running Ubuntu 20.04. Since there isn't a version of the library with C Extensions compiled for ARM, the performance was little worse w/ local MySQL instance vs local machine.
-
What I don't have time to test right now is how Flask and FastAPI fare with Python 3.10.0, at least for the web apps that I have. If I have spare time this weekend (ha!), I'll give it a shot.