Crate hashmap_mem

Crate hashmap_mem 

Source

Structs§

BucketLayout
MapHeader
MapInit

Enums§

BucketStatus

Constants§

SECRET_CODE

Functions§

calculate_bucket_layout
Calculate memory layout for a map bucket
find_next_valid_entry
Find the next valid entry in the map
get_or_reserve_entry
Get or reserve an entry in the map
has
Check if a key exists in the map
init
Initialize a new hash map in pre-allocated memory
layout
lookup
Lookup an existing entry in the map
overwrite
Copy all entries from source map to target map
remove
Remove an entry from the map
total_size