comp.lang.ada
 help / color / mirror / Atom feed
From: Ole-Hjalmar Kristensen <ole-hjalmar.kristensen@substitute_employer_here.com>
Subject: Re: task-safe hash table?
Date: 06 Jun 2006 13:10:31 +0200
Date: 2006-06-06T13:10:31+02:00	[thread overview]
Message-ID: <wvbrfyiiilp4.fsf@techra25.norway.sun.com> (raw)
In-Reply-To: 1149544635.972350.169450@h76g2000cwa.googlegroups.com

More or less the same pattern on my system:

~/ada/div-ada> uname -a
SunOS techra25 5.9 Generic_118558-08 sun4u sparc SUNW,Sun-Fire-V210

~/ada/div-ada> gnatmake -s tmoran
gcc -c tmoran.adb
gnatbind -x tmoran.ali
gnatlink tmoran.ali
<ok145024@techra25:~/ada/div-ada> ./tmoran
a 0.111000000 mics
b 0.108000000 mics
c 0.112000000 mics
prot.a 1.696000000 mics
prot.b 1.202000000 mics
prot.c 0.589000000 mics
a 0.106000000 mics
b 0.107000000 mics
c 0.111000000 mics
prot.a 1.325000000 mics
prot.b 1.209000000 mics
prot.c 0.596000000 mics
~/ada/div-ada> gnatmake -s -O2 tmoran
gcc -c -O2 tmoran.adb
gnatbind -x tmoran.ali
gnatlink tmoran.ali
<ok145024@techra25:~/ada/div-ada> ./tmoran
a 0.096000000 mics
b 0.090000000 mics
c 0.091000000 mics
prot.a 1.461000000 mics
prot.b 1.148000000 mics
prot.c 0.498000000 mics
a 0.090000000 mics
b 0.089000000 mics
c 0.091000000 mics
prot.a 1.313000000 mics
prot.b 1.140000000 mics
prot.c 0.498000000 mics
~/ada/div-ada> gnatmake -s -O3 tmoran
gcc -c -O3 tmoran.adb
gnatbind -x tmoran.ali
gnatlink tmoran.ali
~/ada/div-ada> ./tmoran
a 0.089000000 mics
b 0.084000000 mics
c 0.003000000 mics
prot.a 1.282000000 mics
prot.b 0.969000000 mics
prot.c 0.485000000 mics
a 0.085000000 mics
b 0.084000000 mics
c 0.004000000 mics
prot.a 1.273000000 mics
prot.b 0.967000000 mics
prot.c 0.484000000 mics

-- 
   C++: The power, elegance and simplicity of a hand grenade.



  reply	other threads:[~2006-06-06 11:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-29 21:42 task-safe hash table? tmoran
2006-05-29 22:56 ` John
2006-05-30  0:18   ` tmoran
2006-05-30  3:50     ` John
2006-05-30  4:35       ` tmoran
2006-05-30  9:50         ` Georg Bauhaus
2006-06-01  6:32   ` Simon Wright
2006-06-01 19:30     ` tmoran
2006-06-01 20:03       ` Ludovic Brenta
2006-06-01 20:07       ` Dmitry A. Kazakov
2006-06-02  4:31         ` Jeffrey R. Carter
2006-06-02 10:36         ` Stephen Leake
2006-06-03  6:50         ` tmoran
2006-06-03 20:40           ` tmoran
2006-06-02 10:35       ` Stephen Leake
2006-06-02 20:19         ` tmoran
2006-06-03 21:10           ` M E Leypold
2006-06-04  0:23             ` tmoran
2006-06-04 12:55           ` Stephen Leake
2006-06-04 17:22             ` tmoran
2006-06-08  1:10               ` Stephen Leake
2006-06-11 13:29               ` Georg Bauhaus
2006-06-04 17:48             ` Simon Wright
2006-06-05  0:23               ` tmoran
2006-06-05 21:57           ` Steve Whalen
2006-06-06 11:10             ` Ole-Hjalmar Kristensen [this message]
2006-05-30 15:00 ` Matthew Heaney
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox