Hacker News new | past | comments | ask | show | jobs | submit login
Wuffs has the fastest, safest PNG decoder in the world (2021) (nigeltao.github.io)
11 points by fanf2 9 months ago | hide | past | favorite | 3 comments



Previous discussion (462 points, 139 comments):

https://news.ycombinator.com/item?id=26714831


I've looked at the (standard) libpng codebase, and it's really surprising how un-optimized it is, for an ultra-popular standard library that's used everywhere. I don't understand the sociology of why everyone uses that implementation, and not a far faster replacement, such as this one. There's quite a few places where PNG decoding is a noticeable, user-facing UX issue, and if you multiply small latencies by billions...


Awesome stuff. I will promptly add this in my (rather large) game engine and see how it affects startup!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: