]> git.saurik.com Git - redis.git/commit
A trivial change makes the new implementation O(log(N)) instead of O(log(N))+O(M...
authorantirez <antirez@gmail.com>
Mon, 26 Oct 2009 19:47:23 +0000 (20:47 +0100)
committerantirez <antirez@gmail.com>
Mon, 26 Oct 2009 19:47:23 +0000 (20:47 +0100)
commit9d60e6e466bd8f61c23d4664eba05200376cc1b9
tree62be49e3d0adacf2bc7a6578050d8519776d73ec
parent2b59cfdfe9629b5fd8543aa8bc8416d6d3f5db04
A trivial change makes the new implementation O(log(N)) instead of O(log(N))+O(M) when there are M repeated scores!
redis.c