Performance improvements (3c5f34e)
Before:
# parse a big file × 5
ok ~773 ms (0 s + 773128285 ns)
# dense source map for a big file × 5
ok ~7.2 s (7 s + 204899711 ns)
all benchmarks completed
ok ~7.98 s (7 s + 978027996 ns)
After:
# parse a big file × 5
ok ~624 ms (0 s + 624021898 ns)
# dense source map for a big file × 5
ok ~5.32 s (5 s + 319120187 ns)
all benchmarks completed
ok ~5.94 s (5 s + 943142085 ns)