Curl 8 Is Faster
11–20 of 31 posts
Re: Curl 8 Is Faster
#12> Raw unencrypted HTTP/1 Please don't do this! Other than that, the numbers look great.
Re: Curl 8 Is Faster
#13Earlier quoted context omitted.
Which gem? There are several that bind against libcurl.
It's curb that we're using.
Re: Curl 8 Is Faster
#14> Raw unencrypted HTTP/1 Please don't do this! Other than that, the numbers look great.
Re: Curl 8 Is Faster
#15Re: Curl 8 Is Faster
#16Earlier quoted context omitted.
It's curb that we're using.
I didn't realize curb was still maintained. Would be helpful to report the issue here: https://github.com/taf2/curb/issues
Re: Curl 8 Is Faster
#17> Raw unencrypted HTTP/1 Please don't do this! Other than that, the numbers look great.
You mean for testing, or in general?
Re: Curl 8 Is Faster
#18Earlier quoted context omitted.
> SQLite has built a multi-million dollar annual business supporting it, while Curl I believe has not. Curl's founder works for a small American company called WolfSSL. AFAIK he works on Curl-related stuff full time.
A database is also an artifact that requires maintenance, unlike curl.
Re: Curl 8 Is Faster
#19Earlier quoted context omitted.
A database is also an artifact that requires maintenance, unlike curl.
That's true for many DBs, but how much maintenance did you have to perform on the dozens of SQLite databases living in your phone and your $HOME?
Re: Curl 8 Is Faster
#20It's interesting to compare the revenue model of Curl to SQLite. Both are permissively licensed. Both are embedded in billions of offerings. Both launched around the same time. SQLite has built a multi-million dollar annual business supporting it, while Curl I believe has not.
> SQLite has built a multi-million dollar annual business supporting it, while Curl I believe has not. Curl's founder works for a small American company called WolfSSL. AFAIK he works on Curl-related stuff full time.