JASory

Results 14 comments of JASory

Except it's primarily advertising. Anyone with some technical proficiency knows that these don't provide any unique capability. I cited the Epic browser as an egregious example as it is 1....

> I'm failing to see where the implementation deviates from the known algorithm. This same use case fails in golangs math/big implementation. Then both are erroneous, it's much more useful...

> I agree with you. I’ll look more into this. In reality I’d love to ECPP instead which is faster but more complex to code ECPP is not faster, it's...

> Yes that’s what meant for comparison. I know ECPP fails at a lower bound which is why I already try the first 2048 primes by trial division ?? I'm...

> Correct this code does trial division followed by Fermat, then miller rabin then Lucas. No ECPP yet. I mention it as another test I’d like to include depending on...

> I am currently working on such a library. I will open a PR once i make my initial release I was thinking along the same lines do you have...

PartialDecay implemented.

I can easily implement the majority of ARMI's [proposed specification](https://github.com/terrapower/armi/discussions/460) that doesn't already exist in this library. The only difficulty would be establishing a structure that reads from files. There...

Mostly fixed; edited to remove all the erroneous decay chains that have been fixed.

I edited it to use a 64-bit which will be slightly faster for the interval, but it still probably won't be faster than GNU factor for the interval checked (0;10^7)....