lua-users home
lua-l archive

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


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.