Tagged Questions
5
votes
4answers
442 views
How does optimization make code “greener”?
It seems clear that whatever the language used, an optimized application consumes fewer resources than a poorly written application, and require fewer servers to manage a similar number of requests ...