[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua string library partially reimplemented in Lua
- From: "Paul Moore" <p.f.moore@...>
- Date: Wed, 17 Sep 2008 09:02:52 +0100
2008/9/17 David Manura <dm.lua@math2.org>:
> Here is the Lua string library (lstrlib.c) partially reimplemented in
> Lua (mainly, string.find and string.match functions):
>
> http://lua-users.org/wiki/StringLibraryInLua
Just out of curiosity, how does performance compare to the C versions?
(I'm assuming it's slower, but how much penalty is there?)
Paul.