primeutils 0.1.0

A collection of tools for working with prime numbers.
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 66.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 370.53 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Vidi0/primeutils
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Vidi0

Primeutils are a collection of tools for working with prime numbers. The tools included are:

  • Counting prime numbers below a limit or between two numbers
  • Checking if a number is a prime number
  • Split a number into its prime factors
  • Finding the lowest common multiple of two numbers
  • Finding the greatest common divisor of two numbers

License

This project is licensed under the GPL-3.0-or-later license.

This project uses the following Rust crates licensed under the MIT license:

  • num_cpus — used to determine the optimal number of threads for the sieve
  • raw-cpuid — used to determine the size of the L1 cache of the processor for the sieve

Also, the dependencies of the crates are licensed under the MIT license, too: