gota
gocache
gota | gocache | |
---|---|---|
4 | 2 | |
3,071 | 2,466 | |
2.3% | - | |
0.0 | 6.1 | |
over 1 year ago | about 1 month ago | |
Go | Go | |
GNU General Public License v3.0 or later | MIT License |
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.
gota
-
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.
gocache
-
Cacheme: Asyncio cache framework with multiple storages and thundering herd protection
I made Cacheme years ago, which support redis and synchronous API only. Then I switch to Go and found that there are some awesome cache projects in Go(ristretto, gocache...), I also made my own Cacheme go version: cacheme-go. After trying asyncio and type hint, I think it's time to rewrite my old Cacheme.
-
Any major projects using generics?
We are using https://github.com/eko/gocache in production projects.
What are some alternatives?
golang-set - A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
ttlcache - An in-memory cache with item expiration and generics [Moved to: https://github.com/jellydator/ttlcache]
go-adaptive-radix-tree - Adaptive Radix Trees implemented in Go
gods - GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
fsm - Finite State Machine for Go
go-datastructures - A collection of useful, performant, and threadsafe Go datastructures.
null - Nullable Go types that can be marshalled/unmarshalled to/from JSON.
algorithms - CLRS study. Codes are written with golang.
mspm - Multi-String Pattern Matching Algorithm Using TrieNode
trie - Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.
go-mcache - Fast in-memory key:value store/cache with TTL