Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!agate!ucbvax!hplabs!hp-pcd!hplsla!jima From: jima@hplsla.HP.COM (Jim Adcock) Newsgroups: comp.lang.c++ Subject: Re: 64 bit Integer class Message-ID: <6590184@hplsla.HP.COM> Date: 6 Jul 89 23:11:23 GMT References: <175@gill.UUCP> Organization: HP Lake Stevens, WA Lines: 4 I have int64 and int128 classes written in relatively portable C++. They're about 10x slower that built-in ints. For faster performance rewritting some stuff in assembly would allow you to make use of the carry bit -- resulting in code that would be several times faster.