new Client Server benchmark

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

new Client Server benchmark

Post by Lutz »

I just posted a new benchmark for client/server performance

On a Mandrake 9.2 Linux System on Intel Celeron 1.4 Ghz, 256 Mbyte RAM I get the following values for 1,000,000 iterations:

Code: Select all

Source   CPU    MEM  
Code     (sec)  Mb   
======   =====  ====
Perl     28.20   4.1
Python   31.65  21.0
newLISP  22.59   1.5
newLISP is fastest, consumes least memory and is also the shortest .

See also http://newlisp.org/benchmarks/

Lutz

Locked