Small programs that I've mostly rewritten in Python/C++ to understand a concept, or to solve a problem.
-
Updated
Dec 27, 2017 - Python
Small programs that I've mostly rewritten in Python/C++ to understand a concept, or to solve a problem.
A somewhat fast C++ implementation of a prime sieve.
Some interesting mathematical tools that you can use again and again. These include CircleFitter, GaloisField, Coprimes, and Fast Big Primes BigInteger Async-Await Generator.
Simple Python module for the time analysis of different possible approaches to primes list computation
A few mathematical sieving algorithms, written primarily by Nils Alexandersson
Cyclop (C-lang - Consecutive List Of Primes)
An assortment of basic algorithms implemented in Java
sieve of eratosthenes in untyped and typed akka
A tool for working with prime numbers
A short program i wrote to find the 10 millionth prime using rayon.
Collection of useful methodes and classes.
Library of Python functions to work with large prime numbers
An implementation of the sieve of Eratosthenes to check prime numbers.
CUDA (GPU) implementation of the sieve of Eratosthenes.
JNI bindings for primesieve
primesieve (Fast prime number generator) C bindings for nim
A custom prime algorithm, implementation, and performance code & review
A Python wrapper for primecount.
Pascal bindings for PrimeSieve library - https://github.com/kimwalisch/primesieve.
Raku bindings for primesieve
Add a description, image, and links to the primesieve topic page so that developers can more easily learn about it.
To associate your repository with the primesieve topic, visit your repo's landing page and select "manage topics."