go-datastructures
A collection of useful, performant, and threadsafe Go datastructures. (by Workiva)
gota
Gota: DataFrames and data wrangling in Go (Golang) (by go-gota)
go-datastructures | gota | |
---|---|---|
2 | 4 | |
7,708 | 3,071 | |
0.6% | 2.3% | |
7.3 | 0.0 | |
7 months ago | over 1 year ago | |
Go | Go | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-datastructures
Posts with mentions or reviews of go-datastructures.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-31.
-
Golang & Data Structures
https://github.com/TheAlgorithms/Go https://github.com/Workiva/go-datastructures https://github.com/ua-nick/Data-Structures-and-Algorithms
- Experimental generic implementations of various data structures (map, b-tree, AVL tree, rope, and more)
gota
Posts with mentions or reviews of gota.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-16.
-
Looking for some help on querying slice of map[string]any using group by fields and aggregate functions
Is the Gota project still maintained?
-
What libraries are missing?
Could give this a try https://github.com/go-gota/gota
-
Is Go a good language for a beginner in machine learning?
I did find a dataframe library for Go: gota. But compared to Pandas, it's API was just plain ugly, imo. Ofcourse it's further complicated by the fact that this doesn't use generics yet, so further uglified by interface{} littered everywhere.
-
Useful Go data engineering libraries
Maybe look at https://github.com/go-gota/gota for a start.
What are some alternatives?
When comparing go-datastructures and gota you can also consider the following projects:
gods - GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
golang-set - A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
trie - Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.
go-adaptive-radix-tree - Adaptive Radix Trees implemented in Go
mafsa
cuckoofilter - Cuckoo Filter: Practically Better Than Bloom
gocache - ☔️ A complete Go cache library that brings you multiple ways of managing your caches
algorithms - CLRS study. Codes are written with golang.