Snohetta - Faster Scala BigInteger
I've bundled a pure and very fast BigInteger Java/Scala implementation called [Snohetta](https://github.com/JasonGiedymin/Snohetta) over at GitHub. The module is intended to be used with Scala, allowing you to use a new class BigInt2 (as opposed to BigInt). On my spare time I've been experimenting with finding digits of Pi, which pretty much means that from Scala thread to thread I've got to use JNI. Before coming to this realization I did end up forking a very fast and pure Java BigInteger [mod to OpenJDK](https://github.com/JasonGiedymin/bigint). Most operations switch between implementations to provide maximum efficiency. To make using this library easier in Scala you can use my Scala BigInt2 module [Snohetta](https://github.com/JasonGiedymin/Snohetta). On the side for fun I'm also working on a pure Scala version of BigInteger, so If you like this: => keep an eye out for that: =>. (btw yes, I know It should be Snøhetta)









