Skip to content

Commit 6c89bdd

Browse files
committed
Add 2.13.12 upgrade, add overall speedup numbers
1 parent 5c17644 commit 6c89bdd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/news/2023-09-30-announcing-scalajs.1.14.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ permalink: /news/2023/09/30/announcing-scalajs-1.14.0/
88

99
We are pleased to announce the release of Scala.js 1.14.0!
1010

11-
This release mainly brings speed improvements in the reachability analysis by parallizing it.
12-
TODO Mention 2.13.12 upgrade.
11+
This release mainly brings speed improvements in the reachability analysis by parallelizing it.
12+
It also upgrades the Scala 2.13.x standard library to version 2.13.12.
1313

1414
Read on for more details.
1515

@@ -39,7 +39,8 @@ As a reminder, libraries compiled with 0.6.x cannot be used with Scala.js 1.x; t
3939

4040
### Reachability Analysis is parallel by default
4141

42-
We have observed up to 2x speedup of reachability analysis on the Scala.js test suite with this change.
42+
We have observed up to 2x speedup of reachability analysis (20% speedup overall)
43+
on the Scala.js test suite with this change.
4344

4445
In case you encounter issues, you can disable the new behavior by setting:
4546

0 commit comments

Comments
 (0)