lua-users home
lua-l archive

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


On Mon, Jul 20, 2015 at 10:06 PM, Coda Highland <chighland@gmail.com> wrote:
I assume the difference is that it's catching some pathological
behavior in the hashtable -- introducing a collision where otherwise
there would be none, or similar.

Indeed. Roberto, does it still happen if you cache table.move in a local?

—Pierre-Yves