Package perl-Math-Prime-Util: Information

    Source package: perl-Math-Prime-Util
    Version: 0.73-alt3
    Latest version according to Repology
    Build time:  Dec 7, 2021, 01:14 AM in the task #291541
    Category: Development/Perl
    Report package bug
    License: perl
    Summary: Utilities related to prime numbers, including fast sieves and factoring
    Description: 
    A set of utilities related to prime numbers.  These include multiple sieving.methods, is_prime, prime_count, nth_prime, approximations and bounds for
    the prime_count and nth prime, next_prime and prev_prime, factoring utilities,
    and more.
    
    The default sieving and factoring are intended to be (and currently are)
    the fastest on CPAN, including the Math::Prime::XS manpage, the Math::Prime::FastSieve manpage,
    the Math::Factor::XS manpage, the Math::Prime::TiedArray manpage, the Math::Big::Factors manpage,
    the Math::Factoring manpage, and the Math::Primality manpage (when the GMP module is available).
    For numbers in the 10-20 digit range, it is often orders of magnitude faster.
    Typically it is faster than the Math::Pari manpage for 64-bit operations.
    
    All operations support both Perl UV's (32-bit or 64-bit) and bignums.  It
    requires no external software for big number support, as there are Perl
    implementations included that solely use Math::BigInt and Math::BigFloat.
    If you want high performance with big numbers (larger than Perl's UV
    size), you should install the Math::Prime::Util::GMP manpage.  This will be a
    recurring theme throughout this documentation -- while all bignum operations
    are supported in pure Perl, most methods will be much slower than the C+GMP
    alternative.
    
    The module is thread-safe and allows concurrency between Perl threads while
    still sharing a prime cache.  It is not itself multi-threaded.  See the
    Limitations section if you are using Win32 and threads in
    your program.

    List of rpms provided by this srpm:
    perl-Math-Prime-Util (x86_64, ppc64le, i586, armh, aarch64)
    perl-Math-Prime-Util-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    perl-Math-Prime-Util-scripts (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. perl(Term/ANSIColor.pm)
      2. perl(Test/More.pm)
      3. perl(Test/Perl/Critic.pm)
      4. perl(Text/Diff.pm)
      5. perl(Tie/Array.pm)
      6. perl(Time/HiRes.pm)
      7. perl(XSLoader.pm)
      8. perl(autodie.pm)
      9. perl(base.pm)
      10. libsowing-devel
      11. perl(bigint.pm)
      12. perl(bignum.pm)
      13. perl(constant.pm)
      14. perl(threads.pm)
      15. perl(threads/shared.pm)
      16. perl-devel
      17. perl-podlators
      18. /proc
      19. rpm-build-perl
      20. perl(Iterator/Simple.pm)
      21. perl(Benchmark.pm)
      22. perl(Bytes/Random/Secure.pm)
      23. perl(File/Spec/Functions.pm)
      24. perl(Devel/Size.pm)
      25. perl(List/Util.pm)
      26. perl(Carp.pm)
      27. perl(FindBin.pm)
      28. perl(Math/BigFloat.pm)
      29. perl(Math/BigInt.pm)
      30. perl(Config.pm)
      31. perl(Math/Factor/XS.pm)
      32. perl(Math/Pari.pm)
      33. perl(Math/PariInit.pm)
      34. perl(Exporter.pm)
      35. perl(Math/Primality.pm)
      36. perl(Math/Prime/XS.pm)
      37. perl(ExtUtils/MakeMaker.pm)
      38. perl(Crypt/Primes.pm)
      39. perl(Crypt/Random.pm)
      40. perl(Data/BitStream/XS.pm)
      41. perl(Data/Dump.pm)

    Last changed


    Dec. 6, 2021 Igor Vlasenko 0.73-alt3
    - fixed build (use upstream commit 5ae0320b)
    Sept. 27, 2020 Igor Vlasenko 0.73-alt2
    - fixed warning: scripts should be .noarch
    Jan. 24, 2019 Igor Vlasenko 0.73-alt1.1
    - rebuild with new perl 5.28.1