Re: [dev] Recent vain attempts at suckless Web applications

From: Anselm R Garbe <garbeam_AT_gmail.com>
Date: Sun, 23 Jan 2011 19:45:53 +0100

On 23 January 2011 19:27, Joseph Xu <josephzxu_AT_gmail.com> wrote:
> On 1/23/11, Anselm R Garbe <garbeam_AT_gmail.com> wrote:
>> On 22 January 2011 20:41, Joseph Xu <josephzxu_AT_gmail.com> wrote:
>>> Here's a little data just to ground things a bit:
>>>
>>> $ time dash -c ''
>>>
>>> real    0m0.001s
>>> user    0m0.000s
>>> sys     0m0.000s
>>>
>>> $ time rc -c ''
>>>
>>> real    0m0.002s
>>> user    0m0.000s
>>> sys     0m0.000s
>>
>> Can you provide the following output out of curiosity?
>>
>> ldd rc
>
>        linux-gate.so.1 =>  (0xb770d000)
>        libm.so.6 => /lib/libm.so.6 (0xb76d7000)
>        libutil.so.1 => /lib/libutil.so.1 (0xb76d3000)
>        libpthread.so.0 => /lib/libpthread.so.0 (0xb76b9000)
>        libc.so.6 => /lib/libc.so.6 (0xb756d000)
>        /lib/ld-linux.so.2 (0xb770e000)

Ok that's not static. Try the 9base one, I bet it will outperform the
dash one ;)

Cheers,
Anselm
Received on Sun Jan 23 2011 - 19:45:53 CET

This archive was generated by hypermail 2.2.0 : Sun Jan 23 2011 - 19:48:02 CET