First, thanks so much for the work on this @ch1bo!
I'm currently looking into replacing integer-gmp with integer-simple in a closed source project, so that I may distribute my application in a license-compliant manner. Unfortunately I've found integer-simple to be prohibitively expensive for some of the operations I'm performing, and as such I've been looking for alternatives.
@nh2 mentioned this project to me in a thread elsewhere, so I wanted to follow-up and see what the current status is.
If possible, I'd be interested contributing to help fill out some features we'd need and get this upstreamed to GHC as an alternative integer library.
First, thanks so much for the work on this @ch1bo!
I'm currently looking into replacing
integer-gmpwithinteger-simplein a closed source project, so that I may distribute my application in a license-compliant manner. Unfortunately I've foundinteger-simpleto be prohibitively expensive for some of the operations I'm performing, and as such I've been looking for alternatives.@nh2 mentioned this project to me in a thread elsewhere, so I wanted to follow-up and see what the current status is.
If possible, I'd be interested contributing to help fill out some features we'd need and get this upstreamed to GHC as an alternative integer library.