ports/math/p5-Math-BigInt-GMP/pkg/DESCR

7 lines
304 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Provides support for big integer calculations via the GMP c-library.
Math::BigInt::GMP now no longer uses Math::GMP, but provides its own XS
layer to access the GMP c-library. This cuts out another (perl sub routine)
layer and also reduces the memory footprint by not loading Math::GMP and
Carp at all.