提交 dd51571c 编写于 作者: A antirez

ziplist.c: added comments about the new 24 bit encoding.

上级 ad91404a
......@@ -58,6 +58,10 @@
* Integer encoded as int32_t (4 bytes).
* |1110____| - 1 byte
* Integer encoded as int64_t (8 bytes).
* |1111____| - 1 byte
* Integer encoded as 24 bit signed (3 bytes).
*
* All the integers are represented in little endian byte order.
*/
#include <stdio.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册