antirez ed460c1029 Faster ll2string() implementation.
Based on ideas documented in this blog post:

https://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920

The original code was modified to handle signed integers, reformetted to
fit inside the Redis code base, and was stress-tested with a program
in order to validate the implementation against snprintf().

Redis was measured to be measurably faster from the point of view of
clients in real-world operations because of this change, since sometimes
number to string conversion is used extensively (for example every time
a GET results into an integer encoded object to be returned to the
user).
2014-07-23 14:58:23 +02:00
..
2012-04-13 17:52:33 -07:00
2013-01-19 10:59:44 +01:00
2014-04-22 16:14:38 +02:00
2014-07-11 10:57:28 +02:00
2014-07-02 10:13:53 +02:00
2014-07-02 17:04:14 +02:00
2013-01-19 10:59:44 +01:00
2014-01-22 09:54:55 +01:00
2013-07-16 15:43:36 +02:00
2014-06-23 12:07:41 +02:00
2013-01-19 10:59:44 +01:00
2014-07-02 16:31:22 +02:00
2014-07-02 16:31:22 +02:00
2014-07-23 14:58:23 +02:00
2013-07-02 12:08:07 +02:00
2011-07-06 15:22:00 +02:00
2013-09-03 15:15:51 +02:00