lua-users home
lua-l archive

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


On 3/20/11 3:58 AM, Chris Babcock wrote:
The table is a core feature of Lua and its implementation
details are unlikely to change without announcement.

Yes and in comparison to the rest, it's a minuscule effort to fit Fleece to the individual internal table structure of individual Lua versions, and probably JIT.

Fleece addresses a situation where the JSON conversion is the central performance bottle neck and the gain from side stepping the API is way too high to forgo.

If speed is of the essence, consider using Fleece. Simple as that.

Henning