Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Investigate autovectorization-based filtering #17

Closed
Shnatsel opened this issue Dec 24, 2022 · 0 comments
Closed

Investigate autovectorization-based filtering #17

Shnatsel opened this issue Dec 24, 2022 · 0 comments

Comments

@Shnatsel
Copy link
Contributor

image-rs/image-png#363 has landed 100% safe Rust filters that benefit from autovectorization, without using any unsafe code.

The average filter was optimized into vector instructions earlier, also without unsafe: image-rs/image-png#198

It would be nice to investigate if that approach can replace some or all of the explicit unsafe used in zune-png.

Repository owner locked and limited conversation to collaborators Dec 24, 2022
@etemesi254 etemesi254 converted this issue into discussion #19 Dec 24, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant