Merge pull request #8709 from andyflesner/patch-1

Update Python performance reference link in FAQ
This commit is contained in:
Florian Bruhin 2025-09-24 09:12:28 +02:00 committed by GitHub
commit c9498995df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Why Python?::
point, I wasn't comfortable with C++ so that wasn't an alternative. point, I wasn't comfortable with C++ so that wasn't an alternative.
But isn't Python too slow for a browser?:: But isn't Python too slow for a browser?::
https://www.infoworld.com/d/application-development/van-rossum-python-not-too-slow-188715[It's generally less of a problem than one would expect.] https://www.infoworld.com/article/2303031/van-rossum-python-is-not-too-slow-2.html[It's generally less of a problem than one would expect.]
Most of the heavy lifting of qutebrowser is done by Qt and Most of the heavy lifting of qutebrowser is done by Qt and
QtWebKit/QtWebEngine in C++, with the QtWebKit/QtWebEngine in C++, with the
https://wiki.python.org/moin/GlobalInterpreterLock[GIL] released. https://wiki.python.org/moin/GlobalInterpreterLock[GIL] released.