Lindenii Project Forge
Login

hare-ds

Data structures for Hare

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/ds/map/hashmap/README (raw)

hashmap: generic hashmap

This module provides a simple implementation of a hashmap from []u8 to *opaque.
The hash algorithm and fallback collision resolution strategy are both
configurable.