lua-users home
lua-l archive

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


On Thu, 11 Aug 2011 22:25:51 +0200, Mike Pall wrote:
Pierre Chapuis wrote:

Thank you for the bug report! A fix for this bug has been
committed to LuaJIT git HEAD.

Thanks!

Unrelated note: your implementation of bitsets is not very
efficient. Have a look at this instead:

Thanks for this too. I had done the simplest thing that came to my mind.
I mostly wanted to optimize for memory usage, not speed. But I'll take
your solution since it's better :)

--
Pierre 'catwell' Chapuis