1. 11 Feb, 2015 1 commit
    • antirez's avatar
      SPOP: reimplemented for speed and better distribution. · 83a8739e
      antirez authored
      The old version of SPOP with "count" argument used an API call of dict.c
      which was actually designed for a different goal, and was not capable of
      good distribution. We follow a different three-cases approach optimized
      for different ratiion between sets and requested number of elements.
      
      The implementation is simpler and allowed the removal of a large amount
      of code.
      83a8739e
  2. 09 Feb, 2015 4 commits
  3. 08 Feb, 2015 14 commits
  4. 07 Feb, 2015 4 commits
  5. 04 Feb, 2015 3 commits
  6. 03 Feb, 2015 9 commits
  7. 02 Feb, 2015 2 commits
  8. 30 Jan, 2015 3 commits