PrimeCache 2.0.2
Written in F# as reusable prime number generation.
MIT license open source:
https://github.com/ideaflare/Prime-Cache
Feedback/Optimizations welcome!
Install-Package PrimeCache -Version 2.0.2
dotnet add package PrimeCache --version 2.0.2
<PackageReference Include="PrimeCache" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PrimeCache --version 2.0.2
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
- Added NuGet reference to FSharp.Core
Dependencies
-
- FSharp.Core (>= 4.0.0.1)
GitHub Usage
This package is not used by any popular GitHub repositories.