1. 15 Apr, 2014 1 commit
  2. 14 Apr, 2014 19 commits
  3. 13 Apr, 2014 3 commits
  4. 12 Apr, 2014 10 commits
  5. 11 Apr, 2014 4 commits
  6. 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
  7. 09 Apr, 2014 1 commit
  8. 07 Apr, 2014 1 commit
    • antirez's avatar
      Add casting to match printf format. · 67bb2c46
      antirez authored
      adjustOpenFilesLimit() and clusterUpdateSlotsWithConfig() that were
      assuming uint64_t is the same as unsigned long long, which is true
      probably for all the systems out there that we target, but still GCC
      emitted a warning since technically they are two different types.
      67bb2c46