Skip to content

v2.4.4

Latest

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 30 May 13:55
· 20 commits to master since this release
4106283

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)