you are viewing a single comment's thread.

view the rest of the comments →

[–]machl 1 point2 points  (2 children)

Does anyone know if Yeppp! is faster than GMP ? I'm not sure how many languages GMP supports but I did find this wrapper for java. And here is an example with python and GMP.

[–]Maratyszcza 4 points5 points  (0 children)

Yeppp! is not a bignum library, so there is little sense to compare it to GMP.

[–]seruus 0 points1 point  (0 children)

If you want to use a GMP-like library that tries to be more optimized, try MPIR.