Go Set

Open-source Go projects categorized as Set

Top 7 Go Set Projects

  • gods

    GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

  • Project mention: How do you go about the lack of built in data structure like stack, queue for LeetCode | /r/golang | 2023-05-24

    for len(stack) > 0 { n := len(stack) - 1 // Top element fmt.Print(stack[n]) stack = stack[:n] // Pop } ``` Another solution would be to import a package like https://github.com/emirpasic/gods

  • golang-set

    A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gostl

    Data structure and algorithm library for go, designed to provide functions similar to C++ STL

  • functional-go

    This library is inspired by functional programming - Clojure

  • set

    A simple Set data structure implementation in Go (Golang) using LinkedHashMap. (by StudioSol)

  • set

    Thread(Safe/Unsafe) Set data structure for Go. (by gozeloglu)

  • go-set

    A simple, zero-dependency generic set implementation for Go.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Set related posts

Index

What are some of the best open-source Set projects in Go? This list will help you:

Project Stars
1 gods 15,418
2 golang-set 3,915
3 gostl 985
4 functional-go 179
5 set 26
6 set 3
7 go-set 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com