$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-05-15 10:51:21
> Anyway it seems that there is no gain over pthreades either way.
> But what does the performance comment in lwm_linux.hpp really talk
> about? I see nothing near a 3.5 times higher performace anywhere.
I'm getting 1.85 with asm/atomic.h, 2.3 with the stub pthreads
(without -lpthread) and 6.85 with -lpthread. (Red Hat 7.1, g++ 2.96.)