Releases: vitaly-t/prime-lib
Releases · vitaly-t/prime-lib
0.2.4
- Minor memory optimization for
sieveIntBoost
- Adding more tests for
sieveIntBoost
0.2.3
- Minor code refactoring
- Improving benchmarks
- Code documentation
0.2.2
- Documentation updates
- Started using Discussions
- DEV deps updated
0.2.1
- Documentation updates.
- Package updated to TypeScript v4.4.4
0.2.0
- Added credits in the code where it was due
- Minor code refactoring
This is now a very much finished version of the library :)
0.1.8
- Code refactoring + documentation + tests
0.1.6
- Updated documentation + benchmarks + package.
0.1.5
- Added
boost
option, to allow much faster primes generation, via a pre-allocated memory buffer.
0.1.4
IPrimeOptions
added to the primes generator, to make it future-proof, as there will be more options later on.