//
pkg.gl
Category
github.com/exascience/pargo
sync
package
1.1.0
Repository:
https://github.com/exascience/pargo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
8
Files
929 SLOC
#
Functions
NewMap
NewMap returns a map with size splits.
#
Structs
Map
A Map is a parallel map that consists of several split maps that can be individually locked and accessed.
Split
A Split is a partial map that belongs to a larger Map, which can be individually locked.
#
Interfaces
Hasher
A Hasher represents an object that has a hash value, which is needed by Map.