From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 107e1d,8ed7a0f640cd4797 X-Google-Attributes: gid107e1d,public X-Google-Thread: 103376,b97e032d415cd01a X-Google-Attributes: gid103376,public From: DELCOURT J�r�me Subject: Re: Multiprecisions numbers Date: 2000/04/01 Message-ID: <38E5AFB9.117E@club-internet.fr>#1/1 X-Deja-AN: 604916825 Content-Transfer-Encoding: 8bit References: <38E5A2FD.63BD@club-internet.fr> <8c36au$cm5$1@wanadoo.fr> Content-Type: text/plain; charset=iso-8859-1 X-Trace: front5.grolier.fr 954540839 9497 195.36.178.44 (31 Mar 2000 22:13:59 GMT) Organization: Votre soci�t� Mime-Version: 1.0 Reply-To: sikander@club-internet.fr NNTP-Posting-Date: 31 Mar 2000 22:13:59 GMT Newsgroups: comp.lang.ada,fr.comp.lang.ada Date: 2000-03-31T22:13:59+00:00 List-Id: Pascal Obry wrote: > > DELCOURT J�r�me a �crit dans le message <38E5A2FD.63BD@club-internet.fr>... > >Sorry, there was a mistyping in my last e-mail. > >The correct site for multiprecisions numbers in ada is > >http://www.chez.com/bignumber/index.html > >There is a mirror site at > >http://www.crosswinds.net/~bignumbers/index.html > > Do you have some benchmarks about the relative speed of these > implementations ? > > Pascal. > > --|------------------------------------------------------ > --| Pascal Obry Team-Ada Member > --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE > --|------------------------------------------------------ > --| http://perso.wanadoo.fr/pascal.obry > --| > --| "The best way to travel is by means of imagination" Very interesting question. Actually, I have no benchmark available. One of my goal is to look for a benchmark which could be representative of a common use of that kind of package. The main problem is to define what is the common use : each program can have a different use of functions and procedures provided by that package. I actually think that each programmer is free to choose the best package for his (or her) needs in a particular program. Because of that, I actually propose many packages in my site. Obviously, that means that each programmer has to do a great work before choosing the best package for his (or her) particular program, and a benchmark could help. Any idea on that subject?