#168·go-cache

The efficiency of `Get` will decrease if too many `Set ` are executed

Author: ivan1218zhangCreated Aug 2, 2023Updated Aug 2, 2023

It's caused by the RWLock for the thread-safe. How about using sync.Map? It can increase the efficiency of `Get`.