Skip to content

Generic Collections for Golang v0.3.0

Latest
Compare
Choose a tag to compare
@ghosind ghosind released this 18 Dec 03:52
v0.3.0
62cca07

Changes

  • Added go 1.23 iter support.
  • Added SyncDict.
  • Added HashDict (copy from HashDictionary).
  • Added SyncSet.
  • Deprecated HashDictionary.
  • Deprecated ConcurrentHashDictionary.
  • Deprecated ConcurrentHashSet.