mirror of https://github.com/sbt/sbt.git
I looked for serial bottlenecks in sbt project loading and discovered that KeyIndex.aggregate was relatively easily parallelizable. Before this time, it took about 1 second to run KeyIndex.aggregate in the akka project on my computer. After this change, it took 250ms. Given that I have 4 logical cores, the speedup is roughly linear. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||