Closed dollarkillerx closed 3 years ago
Sir, what is the unit of size? c.items = make(map[interface{}]*lfuItem, c.size+1)
c.items = make(map[interface{}]*lfuItem, c.size+1)
???
If I understand correctly, this is a basic question. Specify the size of the map when creating the map.
Sir, what is the unit of size?
c.items = make(map[interface{}]*lfuItem, c.size+1)