Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New packages: primesieve-7.7, primecount-7.2
Date: Tue, 21 Dec 2021 14:05:35 +0100	[thread overview]
Message-ID: <20211221130535.XTS4zQ9n094MGUxZ3nAs_-GKAXGTsOl41ILxzSFxXmk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34516@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 668 bytes --]

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/34516#issuecomment-998762725

Comment:
@leahneukirchen simple packages, needed for sagemath, but they just work on their own and are fast:
```
$ time primesieve $((10**10))
Sieve size = 128 KiB
Threads = 8
100%
Seconds: 0.296
Primes: 455052511

real	0m0.298s
user	0m1.925s
sys	0m0.005s
$ time primecount $((10**10))
455052511

real	0m0.004s
user	0m0.005s
sys	0m0.001s
$ time primecount $((10**16))
279238341033925

real	0m1.236s
user	0m8.368s
sys	0m0.022s
```
Note: primesieve actually finds all primes, primecount just computes the number.

  reply	other threads:[~2021-12-21 13:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13 20:15 [PR PATCH] " tornaria
2021-12-21 13:05 ` tornaria [this message]
2021-12-21 13:16 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211221130535.XTS4zQ9n094MGUxZ3nAs_-GKAXGTsOl41ILxzSFxXmk@z \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).