On Wednesday, 11 January 2017 at 10:29:26 UTC, Andrew Hall wrote:
https://github.com/andrew-m-h/libgmp
Nice. I'll make use of it in my high-level wrapper at
https://github.com/nordlow/phobos-next/blob/master/src/gmp.d
instead of my hand-coded externs.
It is currently well tested (unittests give 100 % code coverage)
but not completed. Majority of integer support is there. Nothing
else.
I'll put up a DUB package soon. I guess gmp-d would be a good
name.
It's worth mentioning that compile-and-link of gmp.d of a
debug-build including unittests take 0.07 seconds on my machine :)