prime_sieve 0.9.0 copy "prime_sieve: ^0.9.0" to clipboard
prime_sieve: ^0.9.0 copied to clipboard

A wheel-based prime number sieve. Create a list of primes up to a given value. Fast up to at least 1E9.

Change Log #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.9.0 - 2020-01-20 #

Added #

  • API documentation
  • Changelog

Fixed #

Changed #

  • Executable is now in example/main.dart.
  • Ran dartfmt over all the files (with the exception of _offsets in lib/prime_sieve.dart, which would really look ugly).

0.0.1 - 2020-01-19 #

Added #

Fixed #

Changed #

1
likes
25
pub points
0%
popularity

Publisher

unverified uploader

A wheel-based prime number sieve. Create a list of primes up to a given value. Fast up to at least 1E9.

Homepage
Repository (GitHub)
View/report issues

License

MPL-2.0 (LICENSE)

Dependencies

args

More

Packages that depend on prime_sieve