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: 12 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T01:08:34.000Z (about 3 years ago)
- Last Synced: 2025-01-22T15:11:23.231Z (about 1 year 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