Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace LuaTable.Node with flat arrays
Rather than having a Node[] array, we now have separate arrays for keys, values and the next slot. This allows for slightly less pointer chasing and arguably better cache locality - never sure how much we can do that in Java! Valhalla can't come soon enough :(.
- Loading branch information