Thanks for the numbers, Jan. And they are excellent numbers as well! :-) Congrats on the compiler, it is simply great !
-- Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see http://emailcharter.org http://emailcharter.org/ .
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
On Aug 20, 2016, at 10:36, Jan Kurš kurs.jan@gmail.com wrote:
On the Smalltalk grammar, SmaCC is two times faster than PetitParser and Compiled PetitParser is four times faster. RBParser is like four point one times faster.
The SmaCC parsers are table driven, unless you rewrite SmaCC to produce top-down parsers, it will not reach the performance of RBParser or the parser compiled by PetitParser Compiler.
Cheers Jan