bluele / gcache

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Size unit

dollarkillerx opened this issue · comments

Sir, what is the unit of size?
c.items = make(map[interface{}]*lfuItem, c.size+1)

commented

???

If I understand correctly, this is a basic question. Specify the size of the map when creating the map.