lua-users home
lua-l archive

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


...and the ziplist itself is? Did tar(gz) in memory container myself some time ago. I should publish it later.


On Sep 25, 2016 2:23 PM, "Glenn edgar" <glenn-edgar@onyxengr.com> wrote:
Redis.io uses lua as a scripting language.  For small lists and hashes they
store the entire object in a ziplist.

A ziplist might be usefull in the small processor model and for readonly
tables.  At run time a ziplist read only table would require no
initialization.



--
View this message in context: http://lua.2524044.n2.nabble.com/Ziplists-tp7675065.html
Sent from the Lua-l mailing list archive at Nabble.com.