Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 289 Bytes

Hash Map

A generic hashmap using open addressing and linear probing. Automatically doubles in size when 75% of the buckets are filled. Values are typesafe, keys are supplied through void pointers.

Usage

Memory layout

Internal memory layout