Re: Found a case where slower than plain lua

  • From: Mike Pall <mike-1503@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 18 Mar 2015 21:26:35 +0100

Daurnimator wrote:
> I was playing around with my fifo library:
> https://github.com/daurnimator/fifo.lua/blob/master/fifo.lua

It might help to use a FIFO library that's a little bit smarter.

Hint: it degenerates to (expensive) hash lookups, hash resizes,
etc ...

--Mike

Other related posts: