Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swistak-codes/prime-numbers

Code for blog article
https://github.com/swistak-codes/prime-numbers

Last synced: about 2 months ago
JSON representation

Code for blog article

Awesome Lists containing this project

README

        

# Prime numbers

Code for blog articles:

-
-
-
-

## Usage

Before everything: install Node.js LTS and execute `npm install`.

Available to run:

- Benchmark of trial division tests: `npm run simple-benchmark`
- Benchmark of simple generators: `npm run generators-benchmark`
- Benchmark of advanced generators: `npm run advanced-benchmark`
- Errors counter for quick tests: `npm run errors-counter`
- Rabin-Miller presentation: `npm run rabin-miller`
- Build for presentations: `npm run build`