On Thu, 11 Aug 2005, Andrew Dunstan wrote: > > > Gavin Sherry wrote: > > >>Or more than one hardware architecture (which you didn't even say what > >>you tested...) > >> > >> > > > >Well, he tested on SunOS (!) and Linux -- I presume that's two > >architectures. > > > > > > Sun still calls Solaris SunOs - try doing uname -s on a Solaris box (or > look at a buildfarm solaris build info)
True. But my previous experience in university environments is that SunOS usually refers to SunOS 2.6 -- and the performance indicates old hardware. The thing is, compilser optimised versions of the test reveal very little difference in performance. This may be because the compiler is very good at optimising sequential annd predictable access to the array. Instead, we should mimic what we see in the real world: random access. Gavin ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly