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_fnv/README (raw)

hashmap_fnv: Fowler-Noll-Vo hashmap

This module provides a simple implementation of a hashmap using the
Fowler-Noll-Vo (FNV) hashing algorithm.

FNV is not collision-resistant, so it should only be used for trusted keys
(i.e., not user input that could be deliberately chosen to cause collisions).