|
|
|
|
|
by Roboprog
5055 days ago
|
|
Man I dislike the language shootout benchmarks. I'm not a chemist :-( 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. |
|