]> git.saurik.com Git - redis.git/commit
If a float can be casted to a long long without rounding loss, we can use the integer...
authorantirez <antirez@gmail.com>
Wed, 12 May 2010 13:07:39 +0000 (15:07 +0200)
committerantirez <antirez@gmail.com>
Wed, 12 May 2010 13:07:39 +0000 (15:07 +0200)
commit8c096b16a1ab942413020c91138398d8a23bd64e
tree3781d8e77e47c718d43377d20b227ccbe1a1914a
parent418807d2d55fa6632ce1dca1f58ad7ee29f1ff00
If a float can be casted to a long long without rounding loss, we can use the integer conversion function to write the score on disk. This is a seriuous speedup
redis.c