[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Yieldable LPEG Parser
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 1 Feb 2012 15:51:41 -0200
> [Hmm, that brings to mind another question: How much of the input
> string does it have to accumulate in memory? Can it start discarding
> earlier portions of it at some point? If not, it wouldn't be so useful
> for the use I have in mind: parsing really big files without needing to
> have them entirely in memory.]
That is an important point. Also, do you have benchmarks comparing your
patch to standard LPeg?
-- Roberto