Results 10 comments of Adam White

@stellarbear @ChrisDavies-MSFT Ayo, does anyone maintain this repository any more?

> Have you seen this before? Yeah, you're calling ScanMemory outside of your using statement: `using (YSContext context = new YSContext()) { ... }` Your YSContext is already disposed of...

~~Naw, there is no need to stay on .NET 5. Feel free to upgrade it and submit a PR, or if that's a bit of a hassle because of changes...

Scratch that. Yeah, lets keep it. I'm making all my math/numeric libraries have the same set of target frameworks, and this set includes .NET 5. The reason I'm making all...

tl; dr: Yeah, you are correct; Something is broken with the final square root step. I am looking at that now. I spent several hours on it last night, and...

The main issue now is lies in step 5.9 (page 58) of Matthew E Briggs paper: Determining Applicable Finite Fields The issue is the method Polynomial.Field.GCD is defective. With this...

Awesome! Thanks for taking an interest in my project. Yes please; Ill start taking a look at your changes on your fork now. Submit a PR and I will merge...

Oh I completely forgot about the project board! Despite that, its not very out of date. The polynomial is its own library and the prime generator is self contained and...

@alexhiggins732 Hey, I had a question about your DotMpi project: Can this library be used to lock a thread to a single processor (SetThreadAffinityMask)? See, my FastPrimeSieve class is a...

@alexhiggins732 I merged your contributions.