-
golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
If it were true, there wouldn't be any 3rd-party libs for Go and everybody used just the stdlib. For instance, if you need a set, you can use https://github.com/deckarep/golang-set . Of course, you can do it with the stdlib with map, but if you don't want to do that, use golang-set . I think Python has a much larger stdlib and yet, Python has tons of 3rd-party packages.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
There is an Awesome Go with Stars that I usually go to when something is either not in the Standard Library, or when the Standard Library lacks something I'd like to use.
Related posts
-
Major update to the golang-set repo now supporting generics syntax for Go 1.18beta1 release
-
Awesome Go with stars. Auto-updated
-
Top 3 Open-Source Events that will make your October memorable!
-
HyperLogLog – an algorithm for approximating the number of distinct elements
-
Pen Plotter Programming: The Basics (2017)