|
|
|
|
|
by agazso
6199 days ago
|
|
You seem to completely ignore the fact that there are environments where speed does not matter, but memory is constrained.
In those environments even Java is prohibited and C/C++ or even assembly is a way to go, because in these languages you have direct control over memory allocation. |
|