[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Ziplists
- From: Glenn edgar <glenn-edgar@...>
- Date: Sun, 25 Sep 2016 04:23:34 -0700 (MST)
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.