Go-set Alternatives
Similar projects and alternatives to go-set based on common topics and language
-
golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
go-set
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data (by hashicorp)
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better go-set alternative or higher similarity.
go-set discussion
go-set reviews and mentions
Posts with mentions or reviews of go-set.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Explain Generics Please
I’ve personally used generics for API paginator types and sets, but other than that, I don’t use them often.
Stats
Basic go-set repo stats
1
1
3.8
over 2 years ago
clarkmcc/go-set is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of go-set is Go.