1. 18 4月, 2014 1 次提交
    • A
      Speedup hllRawSum() processing 8 bytes per iteration. · 5eb7ac0c
      antirez 提交于
      The internal HLL raw encoding used by PFCOUNT when merging multiple keys
      is aligned to 8 bits (1 byte per register) so we can exploit this to
      improve performances by processing multiple bytes per iteration.
      
      In benchmarks the new code was several times faster with HLLs with many
      registers set to zero, while no slowdown was observed with populated
      HLLs.
      5eb7ac0c
  2. 17 4月, 2014 9 次提交
  3. 16 4月, 2014 4 次提交
  4. 15 4月, 2014 3 次提交
  5. 14 4月, 2014 20 次提交
  6. 13 4月, 2014 3 次提交