package
1.1.0
Repository: https://github.com/exascience/pargo.git
Documentation: pkg.go.dev

# Functions

NewMap returns a map with size splits.

# Structs

A Map is a parallel map that consists of several split maps that can be individually locked and accessed.
A Split is a partial map that belongs to a larger Map, which can be individually locked.

# Interfaces

A Hasher represents an object that has a hash value, which is needed by Map.