Go Datastructures

Open-source Go projects categorized as Datastructures

Top 10 Go Datastructure Projects

Datastructures
  1. Go

    Algorithms and Data Structures implemented in Go for beginners, following best practices. (by TheAlgorithms)

    Project mention: Go Algorithms and Data Structures: Best Practices for Beginners | news.ycombinator.com | 2024-08-13

    Please, beginners, do not take "Best practices" too seriously. For example:

    https://github.com/TheAlgorithms/Go/blob/master/strings/pali...

    Can you tell how many extra memory allocations we are making to solve this problem? And how many are really needed? We could solve this with a for loop by directly comparing the characters and skipping non-alphabetical ones. This would be simpler to read and more efficient.

    We should be careful with what we call "best practices for beginners", as they can sometimes lead to unnecessary complexity and inefficiency.

  2. 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
  3. golang-set

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

  4. Data-Structures-and-Algorithms

    Data Structures and Algorithms implementation in Go (by ua-nick)

  5. rtreego

    an R-Tree library for Go

  6. iter

    Go implementation of C++ STL iterators and algorithms. (by disksing)

  7. gogu

    A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.

  8. peds

    Type safe persistent/immutable data structures for Go

  9. SaaSHub

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

    SaaSHub logo
  10. go-datastructures

    This Project aims to port/build well known and commonly used data structures to GO. (by nsnikhil)

  11. dsu

    Disjoint Set data structure implementation in Go (by ihebu)

  12. art

    Adaptive Radix Tree done right (by recoilme)

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 Datastructures discussion

Log in or Post with

Go Datastructures related posts

  • Go Algorithms and Data Structures: Best Practices for Beginners

    2 projects | news.ycombinator.com | 13 Aug 2024
  • Please, check my stack implementation

    2 projects | /r/golang | 2 Sep 2022
  • Algorithms Implemented in Go (For Education)

    1 project | news.ycombinator.com | 2 Feb 2022
  • Algorithms implemented in Go (for education)

    1 project | /r/programming | 2 Feb 2022
  • Persistent data structures now that generics are coming?

    3 projects | /r/golang | 26 Dec 2021
  • Major update to the golang-set repo now supporting generics syntax for Go 1.18beta1 release

    1 project | /r/golang | 25 Dec 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 Jun 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 →

Index

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

# Project Stars
1 Go 16,931
2 golang-set 4,531
3 Data-Structures-and-Algorithms 2,775
4 rtreego 631
5 iter 190
6 gogu 104
7 peds 63
8 go-datastructures 29
9 dsu 15
10 art 8

Sponsored
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.
www.influxdata.com

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