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

SIMD optimizations #312

Open
markg85 opened this issue Jan 25, 2025 · 0 comments
Open

SIMD optimizations #312

markg85 opened this issue Jan 25, 2025 · 0 comments

Comments

@markg85
Copy link

markg85 commented Jan 25, 2025

Hi,

I'm not the author! Just to get that out of the way :)
I just found this repo: https://github.com/chocolate42/qoi-simd

Just thought i'd share it here. Some of it's optimizations might make sense to implement in this library too. Given the speedups that repo has achieved (3x faster encode compared to QOI), probably worth it to at least have a look. I looked over some code too. It is doing a little more then just making it faster, it changed the format a little too. Still, the code has lots of optimizations gems you might like that are just one copy/paste away!

This is an awesome project! It's impressive how you've been able to make such a fast image format! The rust png crate apparently (reddit post) took that personal and made it's png rival yours!

Best regards,
Mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant