https://github.com/wlucha/prime
A simple multithreaded prime generator
https://github.com/wlucha/prime
Last synced: about 1 year ago
JSON representation
A simple multithreaded prime generator
- Host: GitHub
- URL: https://github.com/wlucha/prime
- Owner: wlucha
- License: gpl-2.0
- Created: 2015-12-21T11:13:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T13:30:01.000Z (over 10 years ago)
- Last Synced: 2025-01-23T04:13:58.164Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prime
A simple multithreaded prime generator
Written in C
Usage: prime -N < value > -t < value >
Example: prime -N 1000 - t 10