Re: why linux faster?

[ Available lists | Index of freebsd-questions | Month of Dec 2000 | Week of 29 Dec 2000 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Danny Pansters <danny@ricin.com>
Date
29 Dec 2000 17:41:45
Subject
Re: why linux faster?
Message-ID
00123002423600.00460@ricin.localnet

In reply to
References to

[ Hide this part ]
 
> #include <unistd.h>
> void main()
> {
> for (int i = 0; i < 15; ++i)
> {
> for (int j = 0; j < 1024 * 1024; ++i)

Shouldn't this be ++j BTW?

> {
> getpid();
> }
> }
> }


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Elapsed time: 0.058 seconds