//
pkg.gl
Category
github.com/weedge/lib
container
concurrent_map
package
0.0.0-20230424045628-a36dcc1d90e4
Repository:
https://github.com/weedge/lib.git
Documentation:
pkg.go.dev
Overview
Dependencies
2
Dependents
0
#
README
介绍
分片并发map
功能
提供基础map操作,Get, Set, Del, Count, Iter(Range), Snapshot, Clear 等功能;
通过自定义hash算法生成key进行partition; 比如:google
cityhash
为了满足大数据量的需求,减少碰撞
参考
concurrent-map
allegro/bigcache