PrimeCache 2.0.0
Fast Prime number generator for math problems like project Euler. Uses rolling prime sieve, written in F#.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package PrimeCache -Version 2.0.0
dotnet add package PrimeCache --version 2.0.0
<PackageReference Include="PrimeCache" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PrimeCache --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Cached primes sieve rebuild optimization
- Changed default prime generation to static method
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.