devel/genht: New port: Simple generic hash table implementation in C
- submiter becomes maintainer
genht is a simple generic hash table implementation in C.
Uses open addressing scheme with space doubling.
Type generics is achieved by ugly name prefixing macros.
WWW: http://www.repo.hu/projects/genht/
PR: 265261