]> git.saurik.com Git - redis.git/commit
very strong speedup in saving time performance when there are many integers in the...
authorantirez <antirez@gmail.com>
Thu, 13 May 2010 11:36:42 +0000 (13:36 +0200)
committerantirez <antirez@gmail.com>
Thu, 13 May 2010 11:36:42 +0000 (13:36 +0200)
commit32a6651355cc75f19f40b7d7a4cbd419ea19f39f
tree942aa1ef1af18cd9e605ea2077da57fd5e20a441
parentfb82e75cd118d84e46acc1d73c48aa8c23c3118a
very strong speedup in saving time performance when there are many integers in the dataset. Instead of decoding the object before to pass them to the rdbSaveObject layer we check asap if the object is integer encoded and can be written on disk as an integer.
TODO
redis.c