AsmJit
Low-Latency Machine Code Generation
Low-level hash table specialized for storing string keys and POD values.
This hash table allows duplicates to be inserted (the API is so low level that it's up to you if you allow it or not, as you should first get()
the node and then modify it or insert a new node by using insert()
, depending on the intention).