Database benchmark wars: What you need to know
Grok Headline matches for Database benchmark wars: What you need to know
Star Wars: Clone Wars Fine Art Giclče
Print
Star Wars: Clone Wars Fine Art Giclče
Print
05/09/2004 01:43 AMThe first authorized, limited edition art from the animated
micro-series
Star Wars: Clone Wars entitled "Heroes and
Villains" will soon be available from Acme Archives. Click on the
thumbnail above for more details.
FLASH: 'Star Wars: Episode III Revenge
of the Sith' is full title of final Star
Wars film
FLASH: 'Star Wars: Episode III Revenge
of the Sith' is full title of final Star
Wars film
07/25/2004 07:40 PMHere's the Lucasfilm press
release
starwars.com/episode-iii/bts/production/news20040724.html
track
this site | 3 links
Online Music Wars Meet the Cola Wars
Online Music Wars Meet the Cola Wars
03/23/2005 04:43 PMStruggling to keep pace with market leader iTunes, Microsoft on
Wednesday announced it had struck a partnership with soft drink maker
Coca-Cola to promote its Sprite brand through MSN Music and MSN
Messenger. Also announced was an "exclusive" single from former pop
icon Mariah Carey.
3DX: Benchmark
3DX: Benchmark
04/27/2004 03:59 PMNew Website
XML Benchmark
XML Benchmark
02/10/2004 01:26 PMNew Results Published
XML Benchmark 1.2.2
XML Benchmark 1.2.2
10/29/2003 12:11 AMA C/C++/Java XML parsers benchmarking tool set.
XML Benchmark 1.3.0
XML Benchmark 1.3.0
02/10/2004 02:55 PMA C/C++/Java XML parsers benchmarking tool set.
VIA AES Benchmark
VIA AES Benchmark
05/20/2004 10:08 AMFar Cry Benchmark 1.2
Far Cry Benchmark 1.2
07/23/2004 04:21 PMPHP Benchmark
PHP Benchmark
11/18/2003 10:13 PMSebastian is doing some neat work on testing performance. I found it
hard to decipher the data, so I graphed it in Excel.
There seems to be some drop-off in performance in PHP 4.3.4. I guess
the core developers are putting their energies into PHP 5.
Far Cry Benchmark
Far Cry Benchmark
07/20/2004 04:07 PMTest-Benchmark-0.003
Test-Benchmark-0.003
12/22/2003 06:32 PMFirst Athlon64 X2 Benchmark
First Athlon64 X2 Benchmark
04/17/2005 06:17 AMHardwareOC Far Cry benchmark v1.2.1
HardwareOC Far Cry benchmark v1.2.1
07/26/2004 08:59 AMTest-Benchmark-0.002
Test-Benchmark-0.002
12/20/2003 06:05 PMOCaml Benchmark
OCaml Benchmark
08/18/2004 05:01 PMInitial import
Test-Benchmark-0.001
Test-Benchmark-0.001
12/16/2003 11:05 PMBenchmark-Forking-0.99
Benchmark-Forking-0.99
09/05/2004 04:46 PMBenchmark-Timer-0.6
Benchmark-Timer-0.6
09/02/2004 05:20 PMHardwareOC Far Cry Benchmark 1.3
HardwareOC Far Cry Benchmark 1.3
08/10/2004 10:38 AMBenchmark::Timer 0.6
Benchmark::Timer 0.6
09/02/2004 08:55 PMA Perl extension to benchmark code, with or without statistical
confidence.
Benchmark-Timer-0.6.1
Benchmark-Timer-0.6.1
09/16/2004 05:08 PMFirebird Database Remote Database Name
Overflow
Firebird Database Remote Database Name
Overflow
06/01/2004 03:27 PMAviram Jenik (Jun 01 2004)
IBM and HP take phony benchmark war up
several notches
IBM and HP take phony benchmark war up
several notches
11/07/2003 11:02 AMWinning times
Sam Blum's Benchmark Tests
Sam Blum's Benchmark Tests
07/24/2002 01:01 PMEvery day i see posts in the php newsgroups for what is the fastest
way to do this or that. Well the best way to learn the subtleties of
PHP is to benchmark things yourself. Sam Blum has done a fantastic job
here. The only thing missing is a PHP version number so we know what
version of PHP is being tested. Luckily he posted the
source
code. -- John
"zeldman.marcel2"
How to Benchmark the UT2k4 Demo
How to Benchmark the UT2k4 Demo
02/12/2004 12:52 PMBenchmark-Thread-Size-0.07
Benchmark-Thread-Size-0.07
12/28/2003 11:44 PMBioinformatics Benchmark System 3.0
Bioinformatics Benchmark System 3.0
08/12/2004 03:26 PMA bioinformatics benchmark system for platform performance
measurement.
XML Library Benchmark and NSIS 2.0
XML Library Benchmark and NSIS 2.0
02/11/2004 01:13 AM
According to latest XMLBench
results, LibXML2 is the
clear winner.
Hopefully, StAX parsers will be included in the benchmark soon.
Final version of Nullsoft Scriptable Install
System 2.0 is out.

Benchmark de Debian y Gentoo
Benchmark de Debian y Gentoo
01/05/2004 08:35 AMUMark (UT2004 Benchmark)
UMark (UT2004 Benchmark)
05/29/2004 12:25 PMUMark 1.2.0 ready to bench!
New Opterons extend AMD benchmark
leadership
New Opterons extend AMD benchmark
leadership
11/17/2003 11:37 AMBenchmarking Perl scripts with
Benchmark.pm
Benchmarking Perl scripts with
Benchmark.pm
08/09/2004 05:42 AMCNET Aug 9 2004 10:10AM GMT
Palm and Pocket PC Benchmark Tools
Palm and Pocket PC Benchmark Tools
04/29/2004 10:25 AMRevisiting C# and Java RegEx Benchmark
Revisiting C# and Java RegEx Benchmark
01/18/2004 03:45 AM
Last year, these benchmark 
;results became
hot points of contention between Java and .NET developers.What the
results
suggested was that Java regular expression engines are
significantly faster than .NET's
Regex.
I thought it might be fun to port one of the fastest Java regular
expression engines
to J# and see how it performs compared to .NET's Regex. I
chose the dk.brics.automaton
engine
because it seemed easiest to port. It was. When I
ran a straight-forward
C# port of regtest.java on
the J# version of dk.brics.automaton and compiled singleline Regex,
I got these results:
|
dk.brics.automaton |
2303 milliseconds> |
|
Regex |
2894 milliseconds> |
I also ran regtest.java on the original dk.brics.automaton and
Java's built-in regular
expression engine. Results were:
|
dk.brics.automaton |
511 milliseconds> |
|
java.util.regex |
1061 milliseconds> |
Based on these admittedly informal results, Regex performance is
probaly not caused
by bad design or implementation of regular expression but by
performance issues that
may exist within CLR and core classes. Since I lack the
enthusiasm to dig into
the innards except in pursuit of a critical bug, I'll leave it up
to the CLR team
to chase further.
IMHO, .NET performance is 'good enough' for server-side use at this
time so please
don't misinterpret this post as an attempt to pull .NET down in
favor of Java.
BTW, I won't be using my port of dk.brics.automaton in production
because it's seems
to miss some patterns that it should have found.

Windows x64 Science Benchmark Released
Windows x64 Science Benchmark Released
03/23/2005 01:30 PMBenchmark Road and Recreation Maps
Benchmark Road and Recreation Maps
06/22/2005 02:06 AM I'm a big fan of good maps. They come in quite helpful when flying
over new territory, driving somewhere new, etc. And I like to know
where I am and what's nearby. A few years ago I discovered Benchmark
Maps. They produce maps for several states in the western United
States so I now own one for Utah as well. I already have two sets of
well worn maps: California and Nevada. But next weekend I'm heading
out on...
Ask Jeeves stock drops below key
benchmark
Ask Jeeves stock drops below key
benchmark
07/19/2004 02:39 PMSiliconValley.com Jul 19 2004 6:39PM GMT
Ask Jeeves stock dips below key
benchmark
Ask Jeeves stock dips below key
benchmark
07/19/2004 08:09 PMSiliconValley.com Jul 19 2004 10:03PM GMT
Grok Description matches for Database benchmark wars: What you need to know
GrokA matches for Database benchmark wars: What you need to know
Database benchmark wars: What you need to know