Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).