Go Datastructures

Open-source Go projects categorized as Datastructures

Top 10 Go Datastructure Projects

Datastructures
  • 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.

  • SaaSHub

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

    SaaSHub logo
  • golang-set

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

  • Data-Structures-and-Algorithms

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

  • rtreego

    an R-Tree library for Go

  • iter

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

  • gogu

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

  • peds

    Type safe persistent/immutable data structures for Go

  • go-datastructures

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

  • dsu

    Disjoint Set data structure implementation in Go (by ihebu)

  • 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 - SaaSHub
    www.saashub.com | 9 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Go 15,948
2 golang-set 4,146
3 Data-Structures-and-Algorithms 2,767
4 rtreego 610
5 iter 184
6 gogu 97
7 peds 62
8 go-datastructures 29
9 dsu 14
10 art 7

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

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