Why so fast a web framework?

Chris Angelico rosuav at gmail.com
Fri Oct 29 00:52:17 EDT 2021


On Fri, Oct 29, 2021 at 3:49 PM Dan Stromberg <drsalists at gmail.com> wrote:
>
> I care, and I suspect the OP does too.  Usually machine time doesn't matter
> as much as developer time, but API overhead Can matter - especially on a
> busy server.
>
> I wonder if Pypy would do any better?  Or Micropython?  Or Cython?
>
> CPython != Python.
>
> Sometimes this group reminds me of a certain large company I worked for.
> If they didn't have a solution addressing a problem, they'd pretend it
> didn't matter and belittle anyone who questioned that version of reality.
>

That's not strictly true; what's happening here is that someone's
published a cool-looking bar graph but nobody knows what it really
means. I don't feel the need to delve into everyone's benchmarks to
explain why Python is purportedly worse. If someone uses those kinds
of numbers to decide which programming language to use, they have
bigger problems.

ChrisA


More information about the Python-list mailing list