https://github.com/abnerkaizer/prime_numbers
Sequencial and concurrent programs to calculate as many as possible prime numbers in order.
https://github.com/abnerkaizer/prime_numbers
concurrent prime-numbers rust sequencial
Last synced: 9 days ago
JSON representation
Sequencial and concurrent programs to calculate as many as possible prime numbers in order.
- Host: GitHub
- URL: https://github.com/abnerkaizer/prime_numbers
- Owner: abnerkaizer
- License: mit
- Created: 2021-03-08T18:50:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T01:13:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T11:41:05.286Z (over 1 year ago)
- Topics: concurrent, prime-numbers, rust, sequencial
- Language: Rust
- Homepage:
- Size: 17.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prime_numbers
Sequencial and concurrent programs to calculate as many as possible prime numbers in order.