How does GoLang compare to other languages for mathematics dealing with 
really large numbers?

Prefer the ability to work with 2GB sized strings as numbers (need much 
bigger than int64)

I see there is this:
https://golang.org/pkg/math/big/

And probably some other github projects for math in go?

Is Python and Mathematica better at handling super large numbers? Plain C? 
C++ ? Javascript?

I need to start working with some massive numbers, but am unsure to choose 
Go - as I don't have experience in Go Mathematics units yet.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to