Skip to content

Commit cb8c3ab

Browse files
authored
chore: update benchmark information (#316)
1 parent 44716f0 commit cb8c3ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/guide/benchmarks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ outline: deep
99

1010
Oxc's parser is at least 3x faster than swc and 5x faster than Biome.
1111

12+
Please note that it is not an apple-to-apple comparison with Biome. Biome's parser [produces a CST](https://biomejs.dev/internals/architecture) instead of an AST, which requires a lot more work.
13+
1214
See repository [bench-javascript-parser-written-in-rust](https://github.com/oxc-project/bench-javascript-parser-written-in-rust).
1315

1416
## Transformer

0 commit comments

Comments
 (0)