Tags: srfrog/dict
Tags
Concurrency safe (#7) * feat: Concurrency improvements These changes make the package safe for concurrent go routines. I tried to minimize lock contention using atomic and RWMutex. Also fixed a bug with maps/slices of Items (exported type), which now are handled correctly. * chore: update copy