bluele / gcache

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
MIT License
2.6k stars 271 forks source link

i think it need a optimize #88

Open canispeakchinese opened 2 years ago

canispeakchinese commented 2 years ago

image image such as change to if len(c.items) >= c.size { c.evict(100) }

canispeakchinese commented 2 years ago

image this is a simple optimize