lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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