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
I am not sure how much of the time spent parsing examples is actually spent
computing the whole Parser mn p a n for the concrete size n of the input
string. If this is indeed happening then we ought to be able to save a lot of
time by adding Lazy annotations for the second arguments of and, alt, etc.
The text was updated successfully, but these errors were encountered:
I am not sure how much of the time spent parsing examples is actually spent
computing the whole
Parser mn p a n
for the concrete sizen
of the inputstring. If this is indeed happening then we ought to be able to save a lot of
time by adding
Lazy
annotations for the second arguments ofand
,alt
, etc.The text was updated successfully, but these errors were encountered: