Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/selfup/par_fizz_buzz

Parallel FizzBuzz in Rust!
https://github.com/selfup/par_fizz_buzz

enum enums fizzbuzz fizzbuzz-rust parallel parallel-computing parallel-programming rayon rust

Last synced: about 1 month ago
JSON representation

Parallel FizzBuzz in Rust!

Awesome Lists containing this project

README

        

# Parallel FizzBuzz

Why not?

Creates a Vec of FizzBuzz Enums after processing 1 Billion numbers.

Takes 1.4 seconds on a Windows machine with a Ryzen 3800x.

#modulofree