Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swistak-codes/prime-numbers
- Owner: swistak-codes
- License: mit
- Created: 2022-01-02T14:35:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T08:39:53.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T22:01:19.779Z (8 months ago)
- Language: JavaScript
- Size: 4.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`