Added goals for v0.3

This commit is contained in:
Nicolás A. Ortega 2016-12-10 15:30:51 +01:00
parent f1fd758bfc
commit 9157d15383
No known key found for this signature in database
GPG Key ID: 614272579C2070D1

View File

@ -11,4 +11,7 @@ Change Log
- Add `likely()' and `unlikely()' macros to optimize. - Add `likely()' and `unlikely()' macros to optimize.
- v0.2.1: Memory Leak Fixes - v0.2.1: Memory Leak Fixes
- Fixed a major memory leak at the end of the program. - Fixed a major memory leak at the end of the program.
- Added more optimizers - Added more optimizers.
- v0.3: Optimizations
- Algorithm skips half the known primes.
- More accurate usage of `likely()' and `unlikely()' macros (aided by profiler).