|
|
|
|
|
by sheepz
2153 days ago
|
|
While there is certainly more complexity in modern software, it does not necessarily need to translate to increased memory, CPU usage and increased latency for the user. Are you saying that this increase in software complexity definitely increases these requirements? Java is definitely not a good example of a memory-efficient language when compared to its non-GC alternatives. It all comes down to economics, software is written as inefficiently as possible as long as it does it jobs and is not hindered by this and this actually the crux of "Wirth's law". |
|