Skip to content

Perfect hashmap C implementation

This is a working C implementation of a perfect hashmap with tests and decent code coverage (all but error conditions).

image

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)

Merge request reports