We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c6456 commit e618c79Copy full SHA for e618c79
README.md
@@ -2,7 +2,13 @@
2
3
The purpose of this benchmark is for people who wants to evaluate and compare the performance characteristics of these parsers.
4
5
-The numbers indicate that Oxc is at least 3 times faster than Swc and 5 times faster than Biome.
+## Summary
6
+
7
+Oxc's parser is at least 3x faster than swc and 5x faster than Biome.
8
9
+Please note that it is not an apple to apple comparison with Biome.
10
+Biome's parser [produces a CST](https://biomejs.dev/internals/architecture) instead of an AST,
11
+which requires a lot more work.
12
13
## CPU
14
0 commit comments