Re: table.foreach NYI

  • From: Konstantin Olkhovskiy <lupus@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 12 Nov 2013 16:50:06 +0400

2013/11/12 Mike Pall <mike-1311@xxxxxxxxxx>

> The builtin itself is compiled in 2.1, but it NYIs on the ITERN.
> I've clarified that in the wiki.
>

Thanks Mike!
And according to the wiki ITERN is not going to be compiled...

Is there some way of iterating a hash table without having to
degrade to the interpreter?

I've ended having an array of objects with a hash table which
stores indexes in that array for quick lookup by a certain object
property. This approach works for my current case, but I don't
think it may be considered generic enough.

-- 
Regards,
Konstantin

Other related posts: