v0.2.0
Generic Collection for Golang v0.2.0
Breaking Changes
- Rename
Map
toDictionary
. - Move implementation to sub-packages (
set
,dict
).
New Feature
- Add threat-safe dictionary
ConcurrentHashDictionary
.
Map
to Dictionary
.set
, dict
).ConcurrentHashDictionary
.