SaaSHub helps you find the best software and product alternatives Learn more →
Top 10 Go Datastructure Projects
-
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-13Please, 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
-
golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
-
-
-
-
gogu
A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.
-
-
go-datastructures
This Project aims to port/build well known and commonly used data structures to GO. (by nsnikhil)
-
-
Go Datastructures discussion
Go Datastructures related posts
-
Go Algorithms and Data Structures: Best Practices for Beginners
-
Please, check my stack implementation
-
Algorithms Implemented in Go (For Education)
-
Algorithms implemented in Go (for education)
-
Persistent data structures now that generics are coming?
-
Major update to the golang-set repo now supporting generics syntax for Go 1.18beta1 release
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Oct 2024
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 |