Rewrite the QID lookup table to cds_lfht
Looking up unique message ID in the dns_dispatch has been using custom hash tables. Rewrite the custom hashtable to use cds_lfht API, removing one extra lock in the cold-cache resolver hot path.
Edited by Ondřej Surý