|
|
|
|
|
by mrsmrtss
107 days ago
|
|
The Benchmarks Game has some highly optimized implementations and is not a good representation of typical code. Some languages allow you to go a lot lower than others if needed, which adds verbosity, that does not mean typical code must be verbose. There are things possible in C# that you just can't do in Java, for example. That does not mean typical Java code is more concise than C#. On the contrary, typical C# would be probably considerably more "dense". |
|
There is a trade-off.
Outside hotspots, readability / maintainability should take precedence.