[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question about Lua 5.1.3 and realloc() on life.lua
- From: "Bogdan Marinescu" <bogdan.marinescu@...>
- Date: Fri, 2 May 2008 21:31:12 +0300
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
>
- References:
- Question about Lua 5.1.3 and realloc() on life.lua, Bogdan Marinescu
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Bogdan Marinescu
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Ralph Hempel
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Bogdan Marinescu
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Mike Pall
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Bogdan Marinescu
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Mike Pall
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Bogdan Marinescu
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Bogdan Marinescu
- Re: Question about Lua 5.1.3 and realloc() on life.lua, Mike Pall