https://github.com/geeksloth/find-primes
Demonstration of multithreading and multiprocessing in basic prime number searching maner.
https://github.com/geeksloth/find-primes
multi-processing multi-threading multiprocessing multithreading prime-numbers
Last synced: 6 months ago
JSON representation
Demonstration of multithreading and multiprocessing in basic prime number searching maner.
- Host: GitHub
- URL: https://github.com/geeksloth/find-primes
- Owner: geeksloth
- Created: 2023-07-13T15:21:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T15:25:34.000Z (over 2 years ago)
- Last Synced: 2025-01-30T14:48:47.169Z (11 months ago)
- Topics: multi-processing, multi-threading, multiprocessing, multithreading, prime-numbers
- Language: Python
- Homepage:
- Size: 729 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# find-primes
Demonstration of multithreading and multiprocessing in basic prime number searching maner.
