genzipf: use regular array + qsort() instead of rbtree
authorJens Axboe <axboe@kernel.dk>
Tue, 13 Nov 2012 03:54:12 +0000 (20:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Nov 2012 03:54:12 +0000 (20:54 -0700)
commit24baa4c70c850d4c1703ae8f4e2b35fc5c5a57ea
tree3fb608db5d1675e09356003037986c1e21fd5a4e
parentd366a95e3c140e628efbac6448605455d8bd2dfc
genzipf: use regular array + qsort() instead of rbtree

Saves lots of allocations, and actually ends up being a bit faster.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
t/genzipf.c