
------------------------------------------------- From: "Kevin Sopp" <baraclese@googlemail.com> Sent: Monday, October 06, 2008 8:40 AM To: <boost@lists.boost.org> Subject: [boost] [mp_int] new release
Hi all,
Hi Kevin, Looks very interesting :). I'm trying to use your library with my lazy_exact type by wrapping it in boost::rational< mp_int<> >. The problem I've run into is that I need a specialization of std::numeric_limits< mp_int<> > in order to use boost::rational with it. Do you have such a traits specialization? Cheers, Brandon
I made a new release of my multiprecision integer library with the following changes:
- improved documentation - serialization support - bugfixes - improved benchmark tool - prime generation has been reworked - probably some other things which I forgot
I believe it's pretty much ready for review now. The mp_int reference section is slightly lacking in a few places, but other than that I think it's pretty solid.
I have a few things in mind for the future of this library:
- improved division and squaring algorithms according to the papers on my disk. - an implementation of an mp_int proxy type that acts on preallocated memory, but does not manage memory itself. This can then be used to improve the runtime of several algorithms. - expression template support
There is pregenerated html documentation under libs/mp_math/doc/html/
Kevin Sopp _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost