]> git.ipfire.org Git - thirdparty/suricata.git/commit
Custom Quick Sort for Signature IDs
authorKen Steele <ken@tilera.com>
Sun, 2 Nov 2014 23:49:54 +0000 (18:49 -0500)
committerVictor Julien <victor@inliniac.net>
Thu, 15 Jan 2015 10:52:04 +0000 (11:52 +0100)
commit86f4c6c47b73618ee1980e05113a3eac76300b3e
tree089ce034d7688157ba91a70cf399fcacca15c5d9
parent736ac6a45980c225b69117bd9db7ecfca6536ef9
Custom Quick Sort for Signature IDs

Use an in place Quick Sort instead of qsort(), which does merge sort and
calls memcpy().

Improves performance on my tests.
src/detect.c