A QP-trie. QP stands for - depending on who you ask - either “quelques-bits popcount” or
“quad-bit popcount”. In any case, the fact of the matter is that this is a compressed radix
trie with a branching factor of 16. It acts as a key-value map where the keys are any value
which can be converted to a slice of bytes.