OSDN Git Service

libavutil: add AV_QSORT()
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Jun 2012 14:13:22 +0000 (16:13 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Jun 2012 14:32:31 +0000 (16:32 +0200)
commit3a0a2f33a6c955823fa4fb12c0b49cd29a496659
tree91b59638ce4de93e219c90ecf3637307e360e9ca
parent8c3514647e86f90dc4ac2c3b372aa2b3ae356cdb
libavutil: add AV_QSORT()

about 2-5 times faster than gnu libcs qsort()
And should be 100% binary identical across platforms.

I will bump the version once the API is certainly stable and
everyone is happy with the API.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/qsort.h [new file with mode: 0644]