- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
128-bit ints anyone?
Mon, 2011-10-24, 17:19
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-
Mon, 2011-10-24, 21:57
#1
Re: 128-bit ints anyone?
Let's just wait for Java 9 with PInvoke...
Mon, 2011-10-24, 22:07
#2
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:
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...