Category:GMP(Go wrapper)

From Rosetta Code
Revision as of 20:14, 14 March 2021 by GarveyPatrickD (talk | contribs) (Added library template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

This package provides a drop in replacement for Go's built in math/big big integer package using the GNU Multiprecision Library (GMP) which, despite the overhead of cgo, is still much faster than the former.

Its use is subject to the BSD 3-Clause license.