lua-users home
lua-l archive

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


Thanks again. I'll try to run as many as possible and see how it goes
with different allocators.

On Fri, May 2, 2008 at 9:23 PM, Mike Pall <mikelu-0805@mike.de> wrote:
> Bogdan Marinescu wrote:
>  > tried to run different tests (such as bisect.lua, factorial.lua,
>  > speed-test.lua) [...]
>
>  Slightly more realistic tests (ok, these are benchmarks and not
>  applications) can be found here:
>
>   http://shootout.alioth.debian.org/gp4sandbox/benchmark.php?test=all&lang=lua&lang2=lua
>
>  Only a few allocate anything in the inner loops:
>   binary-trees, fasta, k-nucleotide, regex-dna, reverse-complement
>
>  Two string-happy Lua apps are DynASM and dis_x86 (to be found in
>  the LuaJIT distribution).
>
>  --Mike
>