oxc-project/bench-javascript-parser-written-in-rust

Benchmarks should provide more information

ematipico opened this issue · 2 comments

The benchmarks don't indicate that Biome parser emits CST, as opposed to OXC and SWC which emit AST.

Now, I don't know if emitting two different syntax trees can affect the performance unless there's rewrite, but I believe this information should be stated. What do you think? Is it a fair request from your point of view?

Boshen commented

The benchmarks don't indicate that Biome parser emits CST, as opposed to OXC and SWC which emit AST.

Now, I don't know if emitting two different syntax trees can affect the performance unless there's rewrite, but I believe this information should be stated. What do you think? Is it a fair request from your point of view?

Would you like to write me a few sentences with some references so I can paste it in the README and also the website?

Boshen commented

Added a sentence in e618c79