stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


OCaml Benchmark







OCaml Benchmark

OCaml Benchmark 08/18/2004 05:01 PM

Initial import




This is a GrokNews Entry: (what is grok?)





Similar Items

OCaml Benchmark

Grok Headline matches for OCaml Benchmark

OCaml-FreeTDS 0.2


OCaml-FreeTDS 0.2 05/12/2004 12:45 PM
An OCaml binding to the FreeTDS library for Microsoft and Sybase databases.

Ocaml Curl Library


Ocaml Curl Library 12/03/2003 02:31 PM
Recent changes

OCaml 3.08.3 (Default branch)


OCaml 3.08.3 (Default branch) 03/26/2005 09:28 AM
Objective Caml is the latest implementation of the Caml dialect of ML. It has full support for objects and classes combined with ML-style type reconstruction, a powerful module calculus in the style of Standard ML (but retaining separate compilation), a high-performance native code compiler (in addition to a Caml Light-style bytecode compiler), and labeled arguments with possible default value.
Changes:
This release adds support for immediate objects (objects defined without going through a class), improved handling of NaN floats in polymorphic comparisons, and name space depollution in the runtime system to avoid name clashes when linking with external C libraries.

OCaml Network Application Environment


OCaml Network Application Environment 09/02/2004 04:23 AM
OCaml NAE Migrating to SF.Net

XML Benchmark


XML Benchmark 02/10/2004 01:26 PM
New Results Published

XML Benchmark 1.3.0


XML Benchmark 1.3.0 02/10/2004 02:55 PM
A C/C++/Java XML parsers benchmarking tool set.

Far Cry Benchmark 1.2


Far Cry Benchmark 1.2 07/23/2004 04:21 PM

Far Cry Benchmark


Far Cry Benchmark 07/20/2004 04:07 PM

PHP Benchmark


PHP Benchmark 11/18/2003 10:13 PM
Sebastian is doing some neat work on testing performance. I found it hard to decipher the data, so I graphed it in Excel.

PHP Sebastian Benchmark:

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.

VIA AES Benchmark


VIA AES Benchmark 05/20/2004 10:08 AM

3DX: Benchmark


3DX: Benchmark 04/27/2004 03:59 PM
New Website

XML Benchmark 1.2.2


XML Benchmark 1.2.2 10/29/2003 12:11 AM
A C/C++/Java XML parsers benchmarking tool set.

HardwareOC Far Cry benchmark v1.2.1


HardwareOC Far Cry benchmark v1.2.1 07/26/2004 08:59 AM

HardwareOC Far Cry Benchmark 1.3


HardwareOC Far Cry Benchmark 1.3 08/10/2004 10:38 AM

Benchmark-Timer-0.6.1


Benchmark-Timer-0.6.1 09/16/2004 05:08 PM

First Athlon64 X2 Benchmark


First Athlon64 X2 Benchmark 04/17/2005 06:17 AM

Test-Benchmark-0.003


Test-Benchmark-0.003 12/22/2003 06:32 PM

Test-Benchmark-0.002


Test-Benchmark-0.002 12/20/2003 06:05 PM

Test-Benchmark-0.001


Test-Benchmark-0.001 12/16/2003 11:05 PM

Benchmark::Timer 0.6


Benchmark::Timer 0.6 09/02/2004 08:55 PM
A Perl extension to benchmark code, with or without statistical confidence.

Benchmark-Timer-0.6


Benchmark-Timer-0.6 09/02/2004 05:20 PM

Benchmark-Forking-0.99


Benchmark-Forking-0.99 09/05/2004 04:46 PM

UMark (UT2004 Benchmark)


UMark (UT2004 Benchmark) 05/29/2004 12:25 PM
UMark 1.2.0 ready to bench!

Sam Blum's Benchmark Tests


Sam Blum's Benchmark Tests 07/24/2002 01:01 PM
Every 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"

Bioinformatics Benchmark System 3.0


Bioinformatics Benchmark System 3.0 08/12/2004 03:26 PM
A bioinformatics benchmark system for platform performance measurement.

Benchmark-Thread-Size-0.07


Benchmark-Thread-Size-0.07 12/28/2003 11:44 PM

Database benchmark wars: What you need
to know


Database benchmark wars: What you need
to know
08/09/2002 11:09 PM
CNET Aug 9 2002 10:08PM ET

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.


How to Benchmark the UT2k4 Demo


How to Benchmark the UT2k4 Demo 02/12/2004 12:52 PM

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 AM
Winning times

Benchmark de Debian y Gentoo


Benchmark de Debian y Gentoo 01/05/2004 08:35 AM

Revisiting 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.


Palm and Pocket PC Benchmark Tools


Palm and Pocket PC Benchmark Tools 04/29/2004 10:25 AM

New Opterons extend AMD benchmark
leadership


New Opterons extend AMD benchmark
leadership
11/17/2003 11:37 AM

Driv3r Screenshots - Benchmark Results


Driv3r Screenshots - Benchmark Results 03/19/2005 02:30 AM

Windows x64 Science Benchmark Released


Windows x64 Science Benchmark Released 03/23/2005 01:30 PM

Benchmarking Perl scripts with
Benchmark.pm


Benchmarking Perl scripts with
Benchmark.pm
08/09/2004 05:42 AM
CNET Aug 9 2004 10:10AM GMT

Benchmark 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 dips below key
benchmark


Ask Jeeves stock dips below key
benchmark
07/19/2004 08:09 PM
SiliconValley.com Jul 19 2004 10:03PM GMT
Grok Description matches for OCaml Benchmark
GrokA matches for OCaml Benchmark

OCaml Benchmark

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Paul Hamm Wins
All-Around Event

Aspyr makes free
Space Colony
campaign available

iPod It 2.4 adds
Entourage 2004
support, more

Spruced up 64-bit
Windows beta ready

Wireless sensor
networks looking to
Zigbee Alliance

Google slashes IPO
sale almost in half

Are you sick of
Google yet?

Google IPO Price
Slashed

Google slashes size
of IPO, lowers price
range

Google Inc. has
announced it is
slashing almost in
half the size of its
IPO and lowering its
estimated price r

SEC declares Google
IPO document
effective

Wall Street rallies
ahead of Google IPO

Will Yahoo Shake Up
Domain Pricing
Trends?

Yahoo Offering
Cheaper Domain Names
and Hosting

School computer
education plan gets
the nod

Microsoft chips in
for women
empowerment

SEC gives final nod
to Google's initial
public offering

Update 18: SEC Gives
Final Nod to
Google's IPO

Pros point to flaws
in Windows security
update

Dell Positioned To
Gain In Saturated PC
Market

Analyst: CRM Mergers
and Acquisitions
Picking Up
(NewsFactor)

Software Vendor
Lindows Postpones
IPO (AP)

Product Review:
Business PC Roundup
- Part 2
(NewsFactor)

Oregon town up for
sale (Reuters)

OFFICIAL WEBSITE OF
THE OLYMPIG MOVEMENT

Michelle Malkin:
ALAN KEYES IS MAKING
A MESS

representations of
digital identity

Intel Research -
People - Michele
Chang

why do they have a
list of talking
points

The MailFrontier
Phishing IQ Test

Iraqi Pro-Democracy
Party Press Release
- Iraq the Model
Press Release

Exposing Bush
Why Your ISP Takes
Bribes From Spammers

Recovery Is
Possible! 10.5
(Stable)

Kronophobia 1.3-r3
Qpopper-mrtg 2.0
Munin 1.0.1 (Stable)
Munin 1.1.3
(Development)

GoGrinder 0.95
gls 0.1.2.3
Octopus 20040815
Diogene87 0.8.4
RNV 1.7.1
Taking Viral
Marketing A Little
Too Literally

NetApp files away
big Q1 gain

Sun takes StarOffice
swipe at Microsoft
in Oz

Ford scraps
Oracle-based
procurement system

Sears launches
consumer electronics
line

SEC gives thumbs-up
to Google

Wal-Mart does the
notebook price limbo

what is grok?