Go Stack

Open-source Go projects categorized as Stack

Top 9 Go Stack 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

  • gostl

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

  • 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
  • lane

    Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go

  • piladb

    Lightweight RESTful database engine based on stack data structures

  • stackset-controller

    Opinionated StackSet resource for managing application life cycle and traffic switching in Kubernetes

  • terraform-provider-utils

    The Cloud Posse Terraform Provider for various utilities (e.g. deep merging, stack configuration management)

  • errors

    A simple error library that supports error stacks, error codes, and error chains. (by morrisxyang)

  • Project mention: A simple friendly error library that supports error codes, error stacks, and error chains. | /r/golang | 2023-07-10
  • 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
  • deque

    Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to perform when used by Microservices and Serverless services running in production environments. https://godoc.org/github.com/ef-ds/deque (by ef-ds)

  • go-blocking-dequeue

    Thread safe, blocking, generic dequeue data structure for Go

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).

Index

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

Project Stars
1 gods 15,418
2 gostl 985
3 lane 860
4 piladb 202
5 stackset-controller 170
6 terraform-provider-utils 94
7 errors 55
8 deque 44
9 go-blocking-dequeue 7

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