Skip to content

Tags: srfrog/dict

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.0.2

Toggle v0.0.2's commit message
JSON support

v0.0.1

Toggle v0.0.1's commit message
Initial release, scheduled.