From: Pieter Noordhuis Date: Fri, 28 May 2010 20:14:10 +0000 (+0200) Subject: use qsort and bsearch to lookup commands in O(log(N)) instead of O(N) X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/1a132bbc9c3a44de902d1bf8337118d21063e7ab?hp=1a132bbc9c3a44de902d1bf8337118d21063e7ab use qsort and bsearch to lookup commands in O(log(N)) instead of O(N) ---