Skip to content

Commit 30bc167

Browse files
committed
Address Vinz’ feedback
1 parent 74171c2 commit 30bc167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/_posts/2021-12-14-sustainable-scala.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: "Sustainable Scala"
66
---
77

88
To what extent do programming languages affect the energy consumption of
9-
programs? Where does Scala stand in that picture? Does that matter for
10-
building an environmentally sustainable digital world?
9+
programs? How does Scala compare to the other programming languages? Does that
10+
matter for building an environmentally sustainable digital world?
1111

1212
We found out that the most important lever to reduce the energy
1313
consumption of the IT sector is to **extend the lifetime of hardware**.
@@ -232,7 +232,7 @@ stand in the picture?” According to these benchmarks, Scala is well positioned
232232
within high-level programming languages.
233233

234234
Also, we see that in Scala, two implementations of the same benchmark can
235-
easily show different performance, depending on your code style. For
235+
easily show different performances, depending on your code style. For
236236
instance, the energy consumption of the `k-nucleotide` benchmark was between
237237
2 to 13 times higher than the C implementation. The differences between both
238238
versions are mainly the usage of immutable Scala collections and `for` loops in

0 commit comments

Comments
 (0)