Skip to content

Commit e618c79

Browse files
committed
Biome is not an apple to apple comparison.
closes 183
1 parent f2c6456 commit e618c79

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
The purpose of this benchmark is for people who wants to evaluate and compare the performance characteristics of these parsers.
44

5-
The numbers indicate that Oxc is at least 3 times faster than Swc and 5 times faster than Biome.
5+
## 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.
612

713
## CPU
814

0 commit comments

Comments
 (0)