Skip to content

Releases: vitaly-t/prime-lib

0.2.4

18 Oct 20:02
Compare
Choose a tag to compare
  • Minor memory optimization for sieveIntBoost
  • Adding more tests for sieveIntBoost

0.2.3

17 Oct 21:05
Compare
Choose a tag to compare
  • Minor code refactoring
  • Improving benchmarks
  • Code documentation

0.2.2

16 Oct 13:34
Compare
Choose a tag to compare
  • Documentation updates
  • Started using Discussions
  • DEV deps updated

0.2.1

12 Oct 21:54
Compare
Choose a tag to compare
  • Documentation updates.
  • Package updated to TypeScript v4.4.4

0.2.0

12 Oct 18:06
Compare
Choose a tag to compare
  • 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

11 Oct 22:13
Compare
Choose a tag to compare
  • Code refactoring + documentation + tests

0.1.7

11 Oct 16:10
Compare
Choose a tag to compare

0.1.6

11 Oct 02:27
Compare
Choose a tag to compare
  • Updated documentation + benchmarks + package.

0.1.5

10 Oct 22:00
Compare
Choose a tag to compare
  • Added boost option, to allow much faster primes generation, via a pre-allocated memory buffer.

0.1.4

10 Oct 17:47
Compare
Choose a tag to compare
  • IPrimeOptions added to the primes generator, to make it future-proof, as there will be more options later on.