-
tdlib, but it's huge
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Something like JGroups http://www.jgroups.org/
-
ROOT https://root.cern/ , altough https://go-hep.org/ does a great deal!
-
ROOT https://root.cern/ , altough https://go-hep.org/ does a great deal!
-
-
-
Tensorflow is actually written in C++, and the python package is just bindings to tensorflow. There are Tensorflow Go bindings: https://github.com/galeone/tfgo.
-
Exchange Web Services SDK. Soap is hard enough to deal with in Go. I blame it on Microsoft for sticking with such old tech
-
-
https://github.com/cockroachdb/apd remains the best decimal library for Go (ericlagergren/decimal is faster but unmaintained).
-
Like @metalrex100 mentioned, give a look to Ent.
-
https://github.com/shopspring/decimal also.
-
gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
Lapack is the basis for basically all linear algebra routines in the wild. Matlab, scipy, even tensorflow (I would suspect) depend on it. There's a Go port of it in the making and it's pretty far in but missing some routines I'd like to use https://github.com/gonum/gonum/tree/master/lapack