Category:GMP(Go wrapper)

Revision as of 09:55, 7 June 2019 by PureFox (talk | contribs) (Added page for ncw/gmp library which is a GMP wrapper for Go.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.