Skip to content

Refactor isc_hashmap to accept custom match function

Ondřej Surý requested to merge ondrej-improve-isc_hashmap into main

Refactor isc_hashmap to allow custom matching functions. This allows up to have better tailored keys that doesn't require fixed uint8_t arrays, but can be composed of more fields from the stored data structure.

Merge request reports