Files
redis/src
antirez c19bfe9fcf BITCOUNT performance improved.
At Redis's default optimization level the command is now much faster,
always using a constant-time bit manipualtion technique to count bits
instead of GCC builtin popcount, and unrolling the loop.

The current implementation performance is 1.5GB/s in a MBA 11" (1.8 Ghz
i7) compiled with both GCC and clang.

The algorithm used is described here:

http://graphics.stanford.edu/~seander/bithacks.html
2012-05-24 15:25:06 +02:00
..
2012-04-13 18:05:51 -07:00
2012-05-14 11:06:34 -07:00
2011-04-13 10:58:21 +02:00
2011-09-15 18:25:53 +02:00
2012-05-24 15:25:06 +02:00
2012-05-14 11:01:33 -07:00
2012-04-30 10:16:20 -07:00
2012-05-24 15:24:57 +02:00
2012-04-27 15:56:16 +02:00
2012-04-05 11:04:03 +02:00
2012-05-14 17:43:31 +02:00
2012-05-24 15:22:42 +02:00
2012-05-24 15:22:42 +02:00
2012-03-14 15:36:24 +01:00
2012-03-14 15:36:24 +01:00
2012-03-23 10:24:25 +01:00
2012-03-09 22:07:45 +01:00
2012-01-02 15:24:50 -08:00
2011-07-06 15:22:00 +02:00
2012-05-06 10:11:54 +02:00
2012-01-03 16:13:42 -08:00
2012-05-16 11:20:44 +02:00