cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: multithreads or multi interface

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 6 Sep 2005 23:42:24 +0200 (CEST)

On Tue, 6 Sep 2005, Jamie Lokier wrote:

> Really?
>
> # bzcat curl-7.14.0.tar.bz2 |wc -c
> 7700480
> # zcat apr-0.9.6.tar.gz |wc -c
> 4904960

Yes (to continue something entirely off-topic)

apr 1.2.1:

  (excluding the test dir)
$ wc `find . -name "*.[ch]" | grep -v "/test/"`
   61366 212061 1885865 total

curl 7.14.2-CVS (HEAD):

  (excluding the test dir)
$ wc `find src lib -name "*.[ch]"`
   55518 226245 1804842 total

The difference is not very big, but...

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-09-06