//
pkg.gl
Category
github.com/helays/utils
map
syncMap
package
1.2.4
Repository:
https://github.com/helays/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
280 SLOC
#
Packages
benchmark_test
No description provided by the author
test
No description provided by the author
#
Functions
NewMap
NewMap 创建一个新的 Map.
NewMapWithConfig
NewMapWithConfig 使用配置选项创建一个新的 Map.
#
Structs
Config
Config 用于配置 Map 的选项.
Map
Map 使用分段锁实现线程安全的泛型 map.