Re: Pthreads performance

From: Michael Nottebrock <michaelnottebrock_at_gmx.net>
Date: Fri, 11 Feb 2005 16:51:21 +0100
On Friday, 11. February 2005 16:06, Maxim Sobolev wrote:

> Following is result of the run on my 5.3-STABLE/UP.

> -bash-2.05b$ time ./aqueue_kse -n 10000000
> pusher started
> poper started
>
> real    0m15.477s
> user    0m15.432s
> sys     0m0.009s
> -bash-2.05b$ time ./aqueue_linuxthreads -n 10000000
> pusher started
> poper started
>
> real    0m6.118s
> user    0m2.217s
> sys     0m0.932s

Here's what I get on a my UP 5.3-STABLE with ULE and PREEMPTION (thr & lc_r 
not installed, hence not tested):

[lofi_at_kiste]:~ > time ./aqueue_linuxthreads -n 10000000
pusher started
poper started

real    0m19.157s
user    0m4.639s
sys     0m5.545s
[lofi_at_kiste]:~ > time ./aqueue_kse -n 10000000
pusher started
poper started

real    0m32.619s
user    0m31.858s
sys     0m0.532s

Still slower, but already lower than factor 2.

-- 
   ,_,   | Michael Nottebrock               | lofi_at_freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

Received on Fri Feb 11 2005 - 14:51:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:28 UTC