On Sat, Jun 6, 2009 at 10:11 AM, Jason Moxham<ja...@njkfrudils.plus.com> wrote:

> Jeff Gilchrist has a real world benchmark , ie something thats run for
> purposes other than generating benchmarks. I would like to see a few of these
> in our benchmark suite.

I would be happy to donate my code for that purpose.  It isn't very
complex, does a lot of these functions:
mpz_mul()
mpz_sub_ui()
mpz_mod()

So only uses a small subset of the mpir code base.

There is another GPL program (not written by me) that heavily uses
GMP/MPIR for doing primality tests (Fermat base2, Miller-Rabin,
Lucas-Selfridge, Baillie-PSW) that might also be useful for a
benchmark since you can just give it a range to work on and it will
run a bunch of tests, good for benchmark timing
(http://www.trnicely.net/misc/bpsw.html).

Jeff.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to