Page 1 of 1

new Client Server benchmark

Posted: Fri Sep 17, 2004 10:31 pm
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