Re: GMP bindings for DLang

2017-01-11 Thread Nordlöw via Digitalmars-d-announce

On Wednesday, 11 January 2017 at 12:53:13 UTC, Andrew Hall wrote:

https://code.dlang.org/packages/libgmp


See also 
http://forum.dlang.org/thread/imoaobpfaggyphjox...@forum.dlang.org


GMP bindings for DLang

2017-01-11 Thread Andrew Hall via Digitalmars-d-announce
I've been writing D bindings for GMP the multi-precision numeric 
library. I know Dlang has bignum, but GMP is still the fastest 
library for extremely large numbers.


I've thus far written header interface for all of gmp.h minus the 
mpn_t functions (low level natural numbers). And I'm in the 
process of implementing operations on a D struct that allow 
manipulating mpn types as operations on operators.


If anybody has any idea about the process of getting such a 
library accepted into the Demios repo, that would be greatly 
appreciated.


https://code.dlang.org/packages/libgmp