This page is no longer maintained — Please continue to the home page at www.scala-lang.org

128-bit ints anyone?

2 replies
Sciss
Joined: 2008-12-17,
User offline. Last seen 28 weeks 5 days ago.

hi,

has anyone developed an efficient scala type for 'quad-precision' integers (128-bits, i.e. wrapping 2 longs)? i'd like to avoid the overhead of using BigInt in my case.

best, -sciss-

Simon Ochsenreither
Joined: 2011-07-17,
User offline. Last seen 42 years 45 weeks ago.
Re: 128-bit ints anyone?
Let's just wait for Java 9 with PInvoke...
Lex
Joined: 2010-02-28,
User offline. Last seen 42 years 45 weeks ago.
Re: Re: 128-bit ints anyone?
You mean Visual J++ of course?
On Mon, Oct 24, 2011 at 3:52 PM, Simon Ochsenreither <simon.ochsenreither@googlemail.com> wrote:
Let's just wait for Java 9 with PInvoke...

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland