|
|
|
|
|
by thebluesky
5055 days ago
|
|
Java is slow ... It scalability is a joke. I've worked as a Java contractor at a number of places and what a PERL/PHP/Python solution can get done in 5 boxes, it takes Java 30-40 boxes. This is NOT an exagerration. Hard to believe this one is still getting wheeled out in 2012. Java is MASSIVELY faster than Perl/Ruby/Python:
http://shootout.alioth.debian.org/u64q/benchmark.php?test=al... I've seen over and over how Java code is at the very least an order of magnitude faster than a solution in a scripting language. BTW the correct spelling is "exaggeration" |
|
The DNA complement substitution is close to string processing, but still feels like mostly bit twiddling. Likewise, lot's of numeric fidgeting in those benchmarks.
I want something that does numeric and string conversions; string concatenation; file I/O; network I/O benchmarks. Also, something that could indicate how the strings were encoded, perhaps separate benchmarks for 7 bit ascii vs UTF-8, etc.