bigints

bearophile bearophileHUGS at lycos.com
Mon Apr 21 02:29:51 PDT 2008


When I talk about adding multiprecision integral numbers to D (mostly becasue using them avoids most integer bugs), I usually add that the compiler can then use many tricks to speed them up, this simple post shows few examples of those tricks (so to be faster they may enjoy compiler support, as today D complex numbers have):
http://factor-language.blogspot.com/2008/04/performance-improvements.html

With AST macros and multiprecision numbers D may look closer to a Lisp ;-)

Bye,
bearophile



More information about the Digitalmars-d mailing list