]> git.saurik.com Git - redis.git/commit - src/ziplist.c
Compare integers in ziplist regardless of encoding
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 5 May 2012 00:26:24 +0000 (17:26 -0700)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 5 May 2012 00:26:24 +0000 (17:26 -0700)
commit0ef889274f104dd1e69021deec1d73ae2a1090a2
tree03ff71e94a6fc274f5c1eb1adf656f40b538d925
parent0cf10e8e867274397f2b7201e51b00996263a143
Compare integers in ziplist regardless of encoding

Because of the introduction of new integer encoding types for ziplists
in the 2.6 tree, the same integer value may have a different encoding in
different versions of the ziplist implementation. This means that the
encoding can NOT be used as a fast path in comparing integers.
src/ziplist.c