You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have some benchmarks for fsharplex/fsharpyacc to quantify their performance; this would be particularly useful when implementing performance improvements, so we can see the performance before and after the improvements (to make sure they're really improvements!)
The benchmarks will need to cover both the run-times of fsharplex/fsharpyacc themselves (i.e., how long they take to compile a specification) and the run-times of the generated F# code (by running the generated lexers/parsers against some input file(s)).
The text was updated successfully, but these errors were encountered:
It would be good to have some benchmarks for fsharplex/fsharpyacc to quantify their performance; this would be particularly useful when implementing performance improvements, so we can see the performance before and after the improvements (to make sure they're really improvements!)
The benchmarks will need to cover both the run-times of fsharplex/fsharpyacc themselves (i.e., how long they take to compile a specification) and the run-times of the generated F# code (by running the generated lexers/parsers against some input file(s)).
The text was updated successfully, but these errors were encountered: