Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: drag-race
- Last Pushed: 2024-11-06T19:29:59.000Z (about 2 months ago)
- Last Synced: 2024-11-06T19:40:25.641Z (about 2 months ago)
- Topics: benchmark, benchmarks, docker, drag-race, primes, primesieve, programming-languages
- Language: C#
- Homepage: https://plummerssoftwarellc.github.io/PrimeView/
- Size: 7.86 MB
- Stars: 2,467
- Watchers: 66
- Forks: 572
- Open Issues: 3
-
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++.[![Software Drag Racing | Dave's Garage](https://img.youtube.com/vi/D3h62rgewZM/0.jpg)](https://youtu.be/D3h62rgewZM)
## Build status
![example workflow](https://github.com/PlummersSoftwareLLC/Primes/actions/workflows/CI.yml/badge.svg?branch=drag-race)
## 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).