Benchmarks of different programming languages
I was really surprised by some of these results. Perl's regex beats everything else but it's really slow on things it doesn't do well. Lisp does better than I would have thought. Ruby is really slow on some things.
Good illustration of why your coding style should match the language you're using.
Note that you can view the source code of each benchmark/language implementation.
This post does not have any comments yet