升级分片map

This commit is contained in:
2023-12-24 22:10:47 +08:00
parent 68e33b965b
commit d43d18b1b2
5 changed files with 180 additions and 82 deletions

View File

@@ -13,7 +13,7 @@ package easymap
//
// Date : 9:56 下午 2021/2/23
type EasyMap interface {
Get(key interface{}) (interface{}, error)
Get(key interface{}) (interface{}, bool)
GetWithReceiver(key interface{}, dest interface{}) error
GetUint(key interface{}) (uint, error)
GetUint8(key interface{}) (uint8, error)