]> git.saurik.com Git - redis.git/commit - pqsort.c
psort.c/h added. This is a partial qsort implementation that Redis will use when...
authorantirez <antirez@gmail.com>
Tue, 19 May 2009 15:34:30 +0000 (17:34 +0200)
committerantirez <antirez@gmail.com>
Tue, 19 May 2009 15:34:30 +0000 (17:34 +0200)
commit75fd597daf80800feb18eab312c5f99e4c22e567
tree565bae8e0b9c13e3bb883449a2ae3b8050915ac3
parentf4f56e1dfba6c8b9b0654f332420fc2e4933fda3
psort.c/h added. This is a partial qsort implementation that Redis will use when SORT+LIMIT is requested
TODO
pqsort.c [new file with mode: 0644]
pqsort.h [new file with mode: 0644]