https://github.com/plummerssoftwarellc/primes
Prime Number Projects in C#/C++/Python
https://github.com/plummerssoftwarellc/primes
benchmark benchmarks docker drag-race primes primesieve programming-languages
Last synced: 19 days ago
JSON representation
Prime Number Projects in C#/C++/Python
- Host: GitHub
- URL: https://github.com/plummerssoftwarellc/primes
- Owner: PlummersSoftwareLLC
- Created: 2021-03-23T02:39:07.000Z (about 4 years ago)
- Default Branch: drag-race
- Last Pushed: 2025-03-09T19:52:17.000Z (about 2 months ago)
- Last Synced: 2025-04-10T00:04:49.750Z (19 days ago)
- Topics: benchmark, benchmarks, docker, drag-race, primes, primesieve, programming-languages
- Language: C#
- Homepage: https://plummerssoftwarellc.github.io/PrimeView/
- Size: 7.58 MB
- Stars: 2,547
- Watchers: 63
- Forks: 571
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Primes | A Software Drag Race
**Note:** You're currently looking at the community contribution branch of this repo, which is now the default. The original branch can be found [here](https://github.com/plummerssoftwarellc/Primes/tree/original).
Source code to [Dave's Garage](https://www.youtube.com/c/DavesGarage/featured) video
benchmarking the same prime number sieve in Python, C#, and C++.[](https://youtu.be/D3h62rgewZM)
## Build status

## Community contributions
Community contributions, fixes and improvements are accepted on this branch. If you want to add your own solution, please read [CONTRIBUTING.md](CONTRIBUTING.md).
## Running the benchmarks
The vast majority of benchmarks (solutions) in this repository can be built and run with one Makefile. This is described in [BENCHMARK.md](BENCHMARK.md).
## Viewing results
The [PrimeView web application](https://plummerssoftwarellc.github.io/PrimeView/) can be used to view, filter and sort results generated by Dave's benchmark machine. It is our intention to add results of other systems in the future. **Note** that any feedback, suggestions, PRs concerning PrimeView need to be made on [the application's own repository](https://github.com/PlummersSoftwareLLC/PrimeView).