Draft: Switch the glue table implementation to isc_hashmap
The glue table inside dns_rbtdb was using custom hashtable, with full table rehashing (etc.). Instead of having yet another hash table implementation, refactor the glue table to use isc_hashmap and use the upgrade rwlock mechanics to make the find-add mechanics more efficient.
Closes #4045 (closed)