snohetta

Faster Scala BigInteger.

Developed during my personal research with projects that required faster math libraries but that used Scala. In particular computing extremely large numbers. Performance numbers => Scala BigInt: 5510ms, Scala Snohetta BigInt2: 1831ms, Snohetta BigInt2 Parallel: 561ms.