1. 23 Jul, 2014 1 commit
    • antirez's avatar
      PFSELFTEST: less false positives. · 8a44e108
      antirez authored
      This is just a quickfix, for the nature of the test the right way to fix
      it is to average the error of N runs, since otherwise it is always
      possible to get a false positive with a bad run, or to minimize too much
      this possibility we may end testing with too much "large" error ranges.
      8a44e108
  2. 22 Jul, 2014 4 commits
    • antirez's avatar
      Test: check sorted set elements order after union. · 0bfdd4bb
      antirez authored
      This is not a regression but issue #1786 showed the need for this test.
      0bfdd4bb
    • antirez's avatar
      098bb977
    • antirez's avatar
      ZUNIONSTORE reimplemented for speed. · 316e1db9
      antirez authored
      The user @kjmph provided excellent ideas to improve speed of ZUNIONSTORE
      (in certain cases by many order of magnitude), together with an
      implementation of the ideas.
      
      While the ideas were sounding, the implementation could be improved both
      in terms of speed and clearness, so that's my attempt at reimplementing
      the speedup proposed, trying to improve by directly using just a
      dictionary with an embedded score inside, and reusing the single-pass
      aggregate + order-later approach.
      
      Note that you can't apply this commit without applying the previous
      commit in this branch that adds a double in the dictEntry value union.
      
      Issue #1786.
      316e1db9
    • antirez's avatar
      Add double field in dict.c entry value union. · c8a6cd94
      antirez authored
      c8a6cd94
  3. 18 Jul, 2014 6 commits
  4. 14 Jul, 2014 2 commits
  5. 11 Jul, 2014 1 commit
  6. 10 Jul, 2014 5 commits
  7. 09 Jul, 2014 21 commits