[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: precompiled regex's to lua
- From: Shmuel Zeigerman <shmuz@...>
- Date: Sat, 11 Nov 2006 12:43:29 +0200
Further testing has shown dependency on compiler/
runtime libraries the tested libraries were built with.
See the updated results:
[ Pentium 1600 MHz, 256 MB RAM, Windows XP SP2 ]
  Execution times (microseconds per iteration)
-----------------------------------------------
    650  :  Lrexlib (PCRE-6.7/normal build; gcc 3.4.2)
   1000  :  Lrexlib (PCRE-6.7/no recursion build; gcc 3.4.2)
   1500  :  Lua 5.0/5.1 (from latest LuaBinaries)
   2200  :  Lua 5.1 (gcc 3.4.2)
  15000  :  Lrexlib (POSIX/John Maddock/boost-1.31.0; bcc32 5.5.1)
  35000  :  Lrexlib (POSIX/Henry Spencer; compiler unknown)
--
Shmuel