-
Notifications
You must be signed in to change notification settings - Fork 28
Description
as mentioned in nim-lang/Nim#14696 (comment), fort the benchmarks in https://bluescarni.github.io/mppp/integer_benchmarks.html:
those benchmarks are a bit cherry-picking; as it only shows 1 and 2-limb sizes.
are there benchmarks for > 2 limbs?
Until then, what kind of performance to expect compared to gmp for > 2 limbs?
Unrelated question: the readme says:
Built on top of the GNU multiprecision stack (GMP, MPFR, MPC), mp++ was initially conceived as a GMP wrapper
Given this fact, can you please clarify whether using mpp is subject to the licensing terms of gmp?
Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs.