1. 16 Apr, 2014 1 commit
  2. 15 Apr, 2014 2 commits
  3. 14 Apr, 2014 19 commits
  4. 13 Apr, 2014 3 commits
  5. 12 Apr, 2014 10 commits
  6. 11 Apr, 2014 4 commits
  7. 10 Apr, 2014 1 commit
    • antirez's avatar
      HyperLogLog sparse representation slightly modified. · 9c037ba8
      antirez authored
      After running a few simulations with different alternative encodings,
      it was found that the VAL opcode performs better using 5 bits for the
      value and 2 bits for the run length, at least for cardinalities in the
      range of interest.
      9c037ba8