Releases: ghosind/collection
Releases · ghosind/collection
Generic Collections for Golang v0.3.0
Changes
- Added go 1.23
iter
support.
- Added
SyncDict
.
- Added
HashDict
(copy from HashDictionary
).
- Added
SyncSet
.
- Deprecated
HashDictionary
.
- Deprecated
ConcurrentHashDictionary
.
- Deprecated
ConcurrentHashSet
.
v0.2.0
Generic Collection for Golang v0.2.0
Breaking Changes
- Rename
Map
to Dictionary
.
- Move implementation to sub-packages (
set
, dict
).
New Feature
- Add threat-safe dictionary
ConcurrentHashDictionary
.