Is that with the new version of the hash-test I wrote some years ago, or the old one using indices() and values()?
/ Per Hedbor ()
Previous text:
2003-12-03 00:13: Subject: Pike benchmarks
Some new benchmarks 7.2.550 vs 7.4.35 vs 7.5.13 using shootout tests:
Pike7.2 Pike7.4 Pike7.5 1: 5.62 4.50 2.52 (ackermann) 2: 10.27 6.72 6.84 (ary3) 3: 8.55 6.62 6.42 (fibo) 4: 5.92 4.78 4.61 (hash) 5: 11.05 7.22 6.09 (heapsort) 6: 7.46 6.69 6.56 (lists) 7: 8.19 8.25 6.09 (methcall) 8: 54.21 5.91 6.47 (nestedloop) 9: 6.04 5.23 4.99 (objinst) 10: 7.29 4.79 5.21 (random) 11: 9.95 6.71 4.54 (sieve) 12: 3.13 2.33 2.50 (strcat)
Scoring based on position in tests (should probably be updated to include difference in percent):
1: Pike7.5 32 2: Pike7.4 27 3: Pike7.2 13
/ Martin Nilsson (saturator)