The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
-
Updated
Mar 3, 2025 - Go
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
Algorithms + Data Structures = Programs
unify4go is a Go library that provides a collection of utilities and common functionalities for string manipulation, time handling, type conversions, and more. Designed to simplify everyday coding tasks, unify4go helps developers save time and write cleaner, more maintainable code.
Collections for Golang using generics. Currently containing Hash Set.
Add a description, image, and links to the hashset topic page so that developers can more easily learn about it.
To associate your repository with the hashset topic, visit your repo's landing page and select "manage topics."