Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/selfup/par_fizz_buzz
- Owner: selfup
- License: mit
- Created: 2023-01-17T00:59:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T01:08:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T07:36:06.597Z (3 months ago)
- Topics: enum, enums, fizzbuzz, fizzbuzz-rust, parallel, parallel-computing, parallel-programming, rayon, rust
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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