-
In the help notes for this "sieve" block included in the demos for the Streams library, you say "It's called SIEVE because the algorithm it uses is the Sieve of
Eratosthenes: https://en.wikipedia.org…
-
In a recent PR, it become apparent, that there are a lot of places where the whitespace following a Keyword has been often implemented as the `Text` token. Instead the more specific `Text.Whitespace` …
-
Looks like since last release which was ~10 months ago have been added +200 commits (https://github.com/aleaxit/gmpy/compare/gmpy2-2.1.5...master)
Do you have any plans to release new version? 🤔
-
这篇文章内容翻译自论文 [Cracking the problem with 33](https://arxiv.org/abs/1903.04284),论文研究了方程 $x^3+y^3+z^3=k$ 在一些小的 $k$ 值的解,并首次将33写成了3个整数的立方和。完成中文可以查看项目 [qiwihui/cracking-the-problem-with-33](https://github.co…
-
### Package Details
* Package Name/Version: **primesieve/8.0**
* Website: **https://github.com/kimwalisch/primesieve**
* Source code: **https://github.com/kimwalisch/primesieve**
### Des…
-
Package: gmp:x64-windows@6.3.0
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.41.34120.0
- vcpkg-tool version: 2024-10-18-e392d7347fe72dff56e7857f7571c22301237ae6
vcpkg-scripts …
-
Package: gmp:x64-windows@6.3.0
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.41.34123.0
- vcpkg-tool version: 2024-10-18-e392d7347fe72dff56e7857f7571c22301237ae6
vcpkg-scripts …
-
I'm updating `primesieve` package for AlpineLinux to 12.0 in https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61519.
The CI fails for `aarch64` and `s390x` architecture with Riemann_R …
-
I tried to enable unity build in order to speed up the build of my packages, and primesieve faild with:
```
PrimeSieve.cpp:36:40: error: conflicting declaration 'const primesieve::Array {anonymous}:…
-
Playing with cmake a bit, I found how to set up libprimecount and primecount without root, something that's valuable in a number of settings, e.g. on HPC clusters, other shared machines - or building …