Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlucha/prime
A simple multithreaded prime generator
https://github.com/wlucha/prime
Last synced: about 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T13:30:01.000Z (about 9 years ago)
- Last Synced: 2024-10-14T06:46:36.400Z (3 months 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 generatorWritten in C
Usage: prime -N < value > -t < value >
Example: prime -N 1000 - t 10