[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: proposal for reading individual characters from strings faster
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 4 May 2014 11:49:07 +0200
2014-05-04 0:11 GMT+02:00 Coroutines <coroutines@gmail.com>:
> On Sat, May 3, 2014 at 2:56 PM, Sean Conner <sean@conman.org> wrote:
>
>> Okay, I'll refrain from saying "You can do this with gsub()!" and instead
>> say, "You can do this with LPeg!" [1]
>
> Sidenote: It is my objective to write a more minimal lpeg in Lua-only.
> It won't be faster, but it would be interesting to implement more
> minimally... :-) Lulzpeg is a bit sprawling :(
Pierre-Yves Gérardy has already done so [1[ — only it isn't minimal.
[1] <https://github.com/pygy/LuLPeg>