fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.7K
active users

Someone should refresh these benchmarks and test a modern #pycurl against python requests.

"PyCurl is much faster than Requests (or other HTTP client libraries), generally completing smaller requests 2-3x as fast, and requires 3-10x less CPU time" (nine years ago)

github.com/svanoort/python-cli

GitHubGitHub - svanoort/python-client-benchmarks: Microbenchmark of different python HTTP clientsMicrobenchmark of different python HTTP clients. Contribute to svanoort/python-client-benchmarks development by creating an account on GitHub.
Spindel

@bagder in my test from a few years ago, pycurl was much faster than ApacheBench (ab) when running quick benchmarks.
That was somewhat surprising.