golang-set

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

Golang-set Alternatives

Similar projects and alternatives to golang-set

  1. go

    2,302 golang-set VS go

    The Go programming language

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. redpanda

    Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

  4. lo

    65 golang-set VS lo

    💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)

  5. core

    Discontinued Backend server API handling user mgmt, database, storage and real-time component (by staticbackendhq)

  6. proposal

    Go Project Design Documents

  7. graph

    A library for creating generic graph data structures and modifying, analyzing, and visualizing them.

  8. connect-go

    Discontinued Moved to https://github.com/connectrpc/connect-go

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. gods

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

  11. surf

    CLI Text Search across your infrastructure platforms, Universal Ctrl+F for infra (by Isan-Rivkin)

  12. trie

    Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.

  13. go-adaptive-radix-tree

    Adaptive Radix Trees implemented in Go

  14. ttlcache

    Discontinued An in-memory cache with item expiration and generics [Moved to: https://github.com/jellydator/ttlcache] (by ReneKroon)

  15. gota

    Gota: DataFrames and data wrangling in Go (Golang)

  16. btree

    BTree provides a simple, ordered, in-memory data structure for Go programs.

  17. verify

    Discontinued Extensible, type-safe, fluent assertion Go library. Do NOT use it (sic!). (by fluentassert)

  18. fsm

    1 golang-set VS fsm

    Finite State Machine for Go

  19. functional-go

    This library is inspired by functional programming - Clojure

  20. bitset

    Go package implementing bitsets

  21. hooks

    Simple, type-safe hook system to enable easier modularization of your Go code. (by mikestefanello)

  22. hyperloglog

    HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better golang-set alternative or higher similarity.

golang-set discussion

Log in or Post with

golang-set reviews and mentions

Posts with mentions or reviews of golang-set. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-01.
  • Is there something similar to blessed.rs ?
    2 projects | /r/golang | 1 Jan 2023
    If it were true, there wouldn't be any 3rd-party libs for Go and everybody used just the stdlib. For instance, if you need a set, you can use https://github.com/deckarep/golang-set . Of course, you can do it with the stdlib with map, but if you don't want to do that, use golang-set . I think Python has a much larger stdlib and yet, Python has tons of 3rd-party packages.
  • Any major projects using generics?
    13 projects | /r/golang | 31 Oct 2022
    golang-set is a set implementation used by docker, ethereum and others. 2.8k stars on GitHub. Pretty popular project. Not sure if it counts as major. https://github.com/deckarep/golang-set
  • When will Go get sets?
    4 projects | /r/golang | 15 Sep 2022
  • Does anyone else get tired of the "that's trivial to implement" excuse for leaving things out of the standard library?
    6 projects | /r/golang | 15 Sep 2022
    Why not look at something like https://github.com/deckarep/golang-set ?
  • Go 1.18 Released
    20 projects | news.ycombinator.com | 15 Mar 2022
    It depends on the level of abstraction you're addressing. One level may be "i need to store things with a quick search function", another may be "i need a storage of ordered names and expiry date for things", etc until you get to "I need a binary tree which orders by comparable types".

    Where you split that process as a separate library you either decide to write or reuse - that becomes the problem to solve. A set implementation may be a problem to solve: https://github.com/deckarep/golang-set A btree may be a problem to solve: https://gitlab.com/cznic/b/-/tree/master/v2

  • Major update to the golang-set repo now supporting generics syntax for Go 1.18beta1 release
    1 project | /r/golang | 25 Dec 2021
    This pre-release only exists on the generics branch at: https://github.com/deckarep/golang-set/tree/generics. Eventually this release would be tagged with a 2.0 release tag name.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 31 Aug 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic golang-set repo stats
6
4,586
5.1
17 days ago

Sponsored
Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com

Did you know that Go is
the 4th most popular programming language
based on number of references?