- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
128-bit ints anyone?
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-










Re: 128-bit ints anyone?
Re: Re: 128-bit ints anyone?
On Mon, Oct 24, 2011 at 3:52 PM, Simon Ochsenreither <simon [dot] ochsenreither [at] googlemail [dot] com> wrote: