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?
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?