Re: precompiled regex's to lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: precompiled regex's to lua
- From: askok@...
- Date: 2006年11月10日 23:03:54 +0200
The choice of not sharing the source was intentional,
since it was made as part of my paid duties, to which I do
not own rights to. I can ask for permission, and will
most likely be granted it, but would it really matter? I
don't see Lua faring multiple times better, getting the
magnitudes was the point of the ad hoc test. On other
areas than regex, I see Lua performing very favorably,
compared to anything.
Next week, I will also test Perl CSV modules, which I've
earlier seen very poor performers. Perhaps I've used the
wrong flavor?
-asko
On 2006年11月10日 10:08:24 -0200
roberto@inf.puc-rio.br (Roberto Ierusalimschy) wrote:
Here's the inofficial results of a small (20+ lines)
test,
run on three candidates.
When sending results, it is quite useful to know results
of what. Could
you send the source of these tests?
-- Roberto