Perfect hashmap C implementation
This is a working C implementation of a perfect hashmap with tests and decent code coverage (all but error conditions).
Related to swh-objstorage#3634 (closed)
Test Plan
tox (it includes tests on the C part of the implementation)
Migrated from D6424 (view on Phabricator)