Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rayon parallel Image Processing #97

Merged
merged 5 commits into from
Feb 7, 2024
Merged

Rayon parallel Image Processing #97

merged 5 commits into from
Feb 7, 2024

Conversation

0xk1f0
Copy link
Owner

@0xk1f0 0xk1f0 commented Feb 7, 2024

Some speedup noticeable, especially when resize is omitted.

# rayon version
../rwpspread on ❯ time target/release/rwpspread --center -i ~/.wallpaper 
real	0m0,181s
user	0m0,236s
sys	0m0,058s

# current master
../rwpspread on ❯ time rwpspread --center -i ~/.wallpaper 
real	0m0,233s
user	0m0,207s
sys	0m0,074s

@0xk1f0 0xk1f0 added the enhancement New feature or request label Feb 7, 2024
@0xk1f0 0xk1f0 self-assigned this Feb 7, 2024
@0xk1f0 0xk1f0 merged commit 90a5045 into master Feb 7, 2024
1 check passed
@0xk1f0 0xk1f0 deleted the rayon-addition branch February 7, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant