digitalmars.D.announce - GMP bindings for DLang
- Andrew Hall (11/11) Jan 11 2017 I've been writing D bindings for GMP the multi-precision numeric
- =?UTF-8?B?Tm9yZGzDtnc=?= (3/4) Jan 11 2017 See also
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
Jan 11 2017
On Wednesday, 11 January 2017 at 12:53:13 UTC, Andrew Hall wrote:https://code.dlang.org/packages/libgmpSee also http://forum.dlang.org/thread/imoaobpfaggyphjoxlna forum.dlang.org
Jan 11 2017