bors[bot] b1a2d01645
Merge #5142
5142: analysis-stats: allow parallel type inference r=matklad a=jonas-schievink

This is mostly just for testing/fun, but it looks like type inference can be sped up massively with little to no effort (since it runs after the serial phases are already done).

Without `--parallel`:

```
Item Collection: 16.43597698s, 683mb allocated 720mb resident
Inference: 25.429774879s, 1720mb allocated 1781mb resident
Total: 41.865866352s, 1720mb allocated 1781mb resident
```

With `--parallel`:

```
Item Collection: 16.380369815s, 683mb allocated 735mb resident
Parallel Inference: 7.449166445s, 1721mb allocated 1812mb resident
Inference: 143.437157ms, 1721mb allocated 1812mb resident
Total: 23.973303611s, 1721mb allocated 1812mb resident
```

Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2020-06-30 21:17:54 +00:00
..
2020-06-27 21:35:52 +02:00
2020-06-29 18:07:52 +03:00
2020-06-30 13:03:08 +02:00
2020-06-30 12:14:16 +02:00
2020-06-28 04:03:59 +03:00
2020-06-28 04:03:59 +03:00
2020-06-28 04:03:59 +03:00
2020-06-30 10:43:37 +10:00
2020-06-29 17:23:01 +02:00
2020-06-27 02:04:33 +02:00
2020-06-28 04:03:59 +03:00
2020-06-26 16:30:50 +02:00
2020-06-28 22:35:18 +02:00