Update README to include information about algorithm used.

This commit is contained in:
2026-03-05 10:16:01 +01:00
parent b96a0a80d2
commit d7c73cbc91

View File

@@ -1,6 +1,8 @@
# Indivisible # Indivisible
Indivisible is an optimized prime number generator and tester. Indivisible is an optimized prime number generator and tester using a segmented
version of the [Sieve of
Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes).
## Build & Installation ## Build & Installation