Common Go lang data structures, utilities, ML algorithms etc
With Go and git installed:
go get github.com/hishboy/gocommons
- ArrayList
- HashSet
- Queue
- Stack
- LRUCache - Least Recently Used Cache
- KMeansSimpleCluster: simple in-memory k-means clustering implementation
Cannot find a data structure? Ping me and I'll add it as soon as I humanely can.