Optimize vertical box filter to iterate over rows for cache friendliness.

This commit is contained in:
mindv0rtex
2021-02-25 15:17:06 -05:00
parent 6966433c9c
commit bb1b5ddac0
5 changed files with 143 additions and 105 deletions

View File

@@ -8,5 +8,6 @@ edition = "2018"
[dependencies]
image = "*"
itertools = "*"
rand = "*"
rayon = "*"