New goal for v0.4

This commit is contained in:
Nicolás A. Ortega 2016-12-13 17:51:48 +01:00
parent 5aa0b333c0
commit a9019291c2
No known key found for this signature in database
GPG Key ID: 614272579C2070D1

View File

@ -16,6 +16,6 @@ Change Log
- Algorithm skips half the known primes.
- Removed `likely()' and `unlikely()' macros due to lack of information.
- Improved performance.
- v0.4: Parallel Computations
- Implemented Parallel computing of prime numbers.
- v0.4: Fixed Algorithm
- Fixed algorithm to actually calculate primes.
- Added extra C99 optimizations.