Skip to content

Commit 3249df1

Browse files
authored
Merge pull request #79 from rust-scicomp/push-kqxnklyqsqvr
Add fast_blur in image-rs blog post
2 parents 7d2b10b + 006e597 commit 3249df1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drafts/2026-05.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ Other publications should use the following format:
6060
<brief description>
6161
-->
6262

63+
### [Pastel Arthur, 5× faster `fast_blur` in `image-rs`](https://apas.tel/blog/optimizing-image-rs-blur)
64+
65+
An interesting algorithm discussion on a new `fast_blur` implementation in `image-rs`.
66+
The article discusses the algorithm itself, profiling of the previous implementation,
67+
as well as the design choices in the new version.
68+
Especially interesting is the analysis and discussion of how fast various CPU instructions
69+
are in comparison with each other.
70+
6371
## Jobs
6472
<!--
6573
This section can be used to advertise jobs that may be of interest. Items should be sorted in the

0 commit comments

Comments
 (0)